Changeset 2815:58afbf9370e1 for themes
- Timestamp:
- 11/25/14 14:31:02 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r2658 r2815 325 325 '<h3>'.__('Content').'</h3>'; 326 326 327 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 327 echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 328 '" method="post" enctype="multipart/form-data">'; 328 329 329 330 echo '<h4>'.__('Header').'</h4>'. … … 334 335 if ($core->plugins->moduleExists('simpleMenu')) 335 336 { 336 echo '<p>'.sprintf(__('To configure the top menu go to the <a href="%s">Simple Menu administration page</a>.'),'plugin.php?p=simpleMenu').'</p>'; 337 echo '<p>'.sprintf(__('To configure the top menu go to the <a href="%s">Simple Menu administration page</a>.'), 338 $core->adminurl->get('admin.plugin.simplemenu')).'</p>'; 337 339 } 338 340 … … 409 411 echo '<div class="multi-part" id="themes-list'.($conf_tab == 'css' ? '' : '-css').'" title="'.__('Presentation').'">'; 410 412 411 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 413 echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 414 '" method="post" enctype="multipart/form-data">'; 412 415 413 416 echo '<h3>'.__('General settings').'</h3>';
Note: See TracChangeset
for help on using the changeset viewer.