- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r2829 r2658 325 325 '<h3>'.__('Content').'</h3>'; 326 326 327 echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 328 '" method="post" enctype="multipart/form-data">'; 327 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 329 328 330 329 echo '<h4>'.__('Header').'</h4>'. … … 335 334 if ($core->plugins->moduleExists('simpleMenu')) 336 335 { 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>'; 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>'; 339 337 } 340 338 … … 411 409 echo '<div class="multi-part" id="themes-list'.($conf_tab == 'css' ? '' : '-css').'" title="'.__('Presentation').'">'; 412 410 413 echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 414 '" method="post" enctype="multipart/form-data">'; 411 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 415 412 416 413 echo '<h3>'.__('General settings').'</h3>';
Note: See TracChangeset
for help on using the changeset viewer.