aboutsummaryrefslogtreecommitdiff
path: root/mod/twitter_api/start.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-06-23 21:15:37 -0400
committercash <cash.costello@gmail.com>2011-06-23 21:15:37 -0400
commit42e02f03c306717002aac0d36f0e2b48bf369fed (patch)
tree7e5ff1ca950cdf6c4bcb990c374b4e2a5c6f39a6 /mod/twitter_api/start.php
parent32d1925d66bc65478d547ca3ed0e8d3e11bfcf2e (diff)
downloadelgg-42e02f03c306717002aac0d36f0e2b48bf369fed.tar.gz
elgg-42e02f03c306717002aac0d36f0e2b48bf369fed.tar.bz2
cleaned up the twitter api plugin settings so instructions are correct. Need to verify that login works.
Diffstat (limited to 'mod/twitter_api/start.php')
-rw-r--r--mod/twitter_api/start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/twitter_api/start.php b/mod/twitter_api/start.php
index 8a49db719..ce0054eed 100644
--- a/mod/twitter_api/start.php
+++ b/mod/twitter_api/start.php
@@ -19,7 +19,8 @@ function twitter_api_init() {
// extend site views
elgg_extend_view('metatags', 'twitter_api/metatags');
- elgg_extend_view('css', 'twitter_api/css');
+ elgg_extend_view('css/elgg', 'twitter_api/css');
+ elgg_extend_view('css/admin', 'twitter_api/css');
// sign on with twitter
if (twitter_api_allow_sign_on_with_twitter()) {