Revision 795
Added by doc over 16 years ago
css.functions.php | ||
---|---|---|
89 | 89 |
if(mod_file_exists($mod_dir, $toggle_file)) { |
90 | 90 |
?> |
91 | 91 |
<form name="toggle_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir . |
92 |
'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
|
|
92 |
'/edit_css.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
|
|
93 | 93 |
<input type="hidden" name="page_id" value="<?php echo $page_id; ?>"> |
94 | 94 |
<input type="hidden" name="section_id" value="<?php echo $section_id; ?>"> |
95 | 95 |
<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>"> |
Also available in: Unified diff
small adaption of the edit CSS function file css.functions.php