aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-04-20 13:01:05 -0400
committercash <cash.costello@gmail.com>2013-04-20 13:01:05 -0400
commit67982d671a69ea6251793dfbba26a2845987c6ce (patch)
treeb3c04e2e451ba70bf3350568573a3343fae16561 /mod
parent947b5d167698a256a6f7ecbc6b109872ac2bbd91 (diff)
downloadelgg-67982d671a69ea6251793dfbba26a2845987c6ce.tar.gz
elgg-67982d671a69ea6251793dfbba26a2845987c6ce.tar.bz2
adding embed css to admin css so it can be used in admin area
Diffstat (limited to 'mod')
-rw-r--r--mod/embed/start.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/embed/start.php b/mod/embed/start.php
index e8a3f8c14..8a55cc5bb 100644
--- a/mod/embed/start.php
+++ b/mod/embed/start.php
@@ -13,6 +13,7 @@ elgg_register_event_handler('init', 'system', 'embed_init');
*/
function embed_init() {
elgg_extend_view('css/elgg', 'embed/css');
+ elgg_extend_view('css/admin', 'embed/css');
elgg_register_plugin_hook_handler('register', 'menu:longtext', 'embed_longtext_menu');
elgg_register_plugin_hook_handler('register', 'menu:embed', 'embed_select_tab', 1000);