Changeset 2566:9bf417837888 for themes/customCSS
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- Location:
- themes/customCSS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/customCSS/_config.php
r1454 r2566 27 27 fwrite($fp,$_POST['css']); 28 28 fclose($fp); 29 29 30 30 dcPage::message(__('Style sheet upgraded.'),true,true); 31 31 } … … 36 36 '<p class="area"><label>'.__('Style sheet:').'</label> '. 37 37 form::textarea('css',60,20,html::escapeHTML($css_content)).'</p>'; 38 ?> -
themes/customCSS/_define.php
r2257 r2566 21 21 ) 22 22 ); 23 ?> -
themes/customCSS/_public.php
r1179 r2566 24 24 } 25 25 } 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.