Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r2829 r2658  
    325325'<h3>'.__('Content').'</h3>'; 
    326326 
    327 echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 
    328 '" method="post" enctype="multipart/form-data">'; 
     327echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 
    329328 
    330329echo '<h4>'.__('Header').'</h4>'. 
     
    335334if ($core->plugins->moduleExists('simpleMenu')) 
    336335{ 
    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>'; 
    339337} 
    340338 
     
    411409echo '<div class="multi-part" id="themes-list'.($conf_tab == 'css' ? '' : '-css').'" title="'.__('Presentation').'">'; 
    412410 
    413 echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 
    414      '" method="post" enctype="multipart/form-data">'; 
     411echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 
    415412 
    416413echo '<h3>'.__('General settings').'</h3>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map