Revision 796
Added by doc over 17 years ago
| css.functions.php | ||
|---|---|---|
| 77 | 77 |
// this function displays a button to toggle between CSS files (invoked from edit_css.php) |
| 78 | 78 |
if (!function_exists('toggle_css_file')) {
|
| 79 | 79 |
function toggle_css_file($mod_dir, $base_css_file = 'frontend.css') {
|
| 80 |
global $page_id, $section_id, $CAP_TOGGLE_CSS;
|
|
| 80 |
global $page_id, $section_id; |
|
| 81 | 81 |
// check if specified module directory is valid |
| 82 | 82 |
if(check_module_dir($mod_dir) == '') return; |
| 83 | 83 |
|
Also available in: Unified diff
some code clean up in news/form module