aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/twitter/start.php')
-rw-r--r--mod/twitter/start.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/mod/twitter/start.php b/mod/twitter/start.php
deleted file mode 100644
index f71af9430..000000000
--- a/mod/twitter/start.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
- /**
- * Elgg twitter widget
- * This plugin allows users to pull in their twitter feed to display on their profile
- *
- * @package ElggTwitter
- */
-
- function twitter_init() {
-
- //extend css if style is required
- elgg_extend_view('css/screen', 'twitter/css');
-
- //add a widget
- elgg_register_widget_type('twitter',"Twitter","This is your twitter feed");
-
- }
-
- elgg_register_event_handler('init','system','twitter_init');
-
-?> \ No newline at end of file