Dotclear

Changeset 2815:58afbf9370e1 for themes


Ignore:
Timestamp:
11/25/14 14:31:02 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Using dcAdminURL, work in progress on plugins…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r2658 r2815  
    325325'<h3>'.__('Content').'</h3>'; 
    326326 
    327 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 
     327echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 
     328'" method="post" enctype="multipart/form-data">'; 
    328329 
    329330echo '<h4>'.__('Header').'</h4>'. 
     
    334335if ($core->plugins->moduleExists('simpleMenu')) 
    335336{ 
    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>'; 
    337339} 
    338340 
     
    409411echo '<div class="multi-part" id="themes-list'.($conf_tab == 'css' ? '' : '-css').'" title="'.__('Presentation').'">'; 
    410412 
    411 echo '<form id="theme_config" action="blog_theme.php?conf=1" method="post" enctype="multipart/form-data">'; 
     413echo '<form id="theme_config" action="'.$core->adminurl->get('admin.blog.theme',array('conf' => '1')). 
     414     '" method="post" enctype="multipart/form-data">'; 
    412415 
    413416echo '<h3>'.__('General settings').'</h3>'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map