Revision 794
Added by doc over 16 years ago
css.functions.php | ||
---|---|---|
61 | 61 |
if(!isset($CAP_EDIT_CSS)) $CAP_EDIT_CSS = 'Edit CSS'; |
62 | 62 |
?> |
63 | 63 |
<form name="edit_module_file" action="<?php echo WB_URL .'/modules/' .$mod_dir . |
64 |
'/edit_css.php';?>" method="post" style="margin: 0; align:right;">
|
|
64 |
'/edit_css.php?page_id='.$page_id;?>" method="post" style="margin: 0; align:right;">
|
|
65 | 65 |
<input type="hidden" name="page_id" value="<?php echo $page_id; ?>"> |
66 | 66 |
<input type="hidden" name="section_id" value="<?php echo $section_id; ?>"> |
67 | 67 |
<input type="hidden" name="mod_dir" value="<?php echo $mod_dir; ?>"> |
Also available in: Unified diff
updated edit module CSS functions to include backend.css into head if possible