diff options
author | cash <cash.costello@gmail.com> | 2013-04-20 13:01:05 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2013-04-20 13:01:05 -0400 |
commit | 67982d671a69ea6251793dfbba26a2845987c6ce (patch) | |
tree | b3c04e2e451ba70bf3350568573a3343fae16561 /mod/embed/start.php | |
parent | 947b5d167698a256a6f7ecbc6b109872ac2bbd91 (diff) | |
download | elgg-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/embed/start.php')
-rw-r--r-- | mod/embed/start.php | 1 |
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); |