From 4766f36a4d74924f21ff329c4318ce4e069ffa04 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 3 Mar 2010 17:53:05 +0000 Subject: Pulled in the interface changes. git-svn-id: http://code.elgg.org/elgg/trunk@5257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/twitter/start.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mod/twitter/start.php (limited to 'mod/twitter/start.php') diff --git a/mod/twitter/start.php b/mod/twitter/start.php new file mode 100644 index 000000000..c316164d5 --- /dev/null +++ b/mod/twitter/start.php @@ -0,0 +1,26 @@ + + * @copyright Curverider Ltd 2008-2010 + * @link http://elgg.com/ + */ + + function twitter_init() { + + //extend css if style is required + elgg_extend_view('css','twitter/css'); + + //add a widget + add_widget_type('twitter',"Twitter","This is your twitter feed"); + + } + + register_elgg_event_handler('init','system','twitter_init'); + +?> \ No newline at end of file -- cgit v1.2.3