diff --git a/themes/elegant/admin/admin.inc.php b/themes/elegant/admin/admin.inc.php new file mode 100644 index 000000000..d50b75564 --- /dev/null +++ b/themes/elegant/admin/admin.inc.php @@ -0,0 +1,30 @@ +set_filenames(array( + 'theme_admin_content' => dirname(__FILE__) . '/admin.tpl')); + +$template->assign('options', unserialize($conf['elegant'])); + +$template->assign_var_from_handle('ADMIN_CONTENT', 'theme_admin_content'); + +?> \ No newline at end of file diff --git a/themes/elegant/admin/admin.tpl b/themes/elegant/admin/admin.tpl new file mode 100644 index 000000000..83f45f71f --- /dev/null +++ b/themes/elegant/admin/admin.tpl @@ -0,0 +1,44 @@ +{combine_css path="themes/default/js/ui/theme/jquery.ui.button.css"} +{combine_css path="themes/elegant/admin/jquery.ui.button.css"} +{footer_script require='jquery.ui.button'} +{literal} +jQuery(document).ready(function(){ + jQuery( ".radio" ).buttonset(); +}); +{/literal} +{/footer_script} + +