Changeset 455:a174e80ea5a7 for admin
- Timestamp:
- 06/30/11 12:43:17 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r375 r455 338 338 try 339 339 { 340 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 341 340 # Let theme configuration set their own form(s) 341 $managed = (boolean) $core->callBehavior('adminThemeConfigManaged'); 342 343 if (!$managed) 344 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 345 342 346 include $theme_conf_file; 343 344 echo 345 '<p class="clear"><input type="submit" value="'.__('Save').'" />'. 346 $core->formNonce().'</p>'. 347 '</form>'; 347 348 if (!$managed) 349 echo 350 '<p class="clear"><input type="submit" value="'.__('Save').'" />'. 351 $core->formNonce().'</p>'. 352 '</form>'; 353 348 354 } 349 355 catch (Exception $e)
Note: See TracChangeset
for help on using the changeset viewer.