]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
adding embed css to admin css so it can be used in admin area
authorcash <cash.costello@gmail.com>
Sat, 20 Apr 2013 17:01:05 +0000 (13:01 -0400)
committercash <cash.costello@gmail.com>
Sat, 20 Apr 2013 17:01:05 +0000 (13:01 -0400)
mod/embed/start.php

index e8a3f8c1482ddedb1c4b45d076b045e6bb82354b..8a55cc5bb64f9eab1f2ece43790c3de14aa7ea8f 100644 (file)
@@ -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);