Dotclear


Ignore:
Timestamp:
07/04/11 21:43:43 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
globalhelp
Children:
1793:a25f8d0fd400, 1794:c2846c9f817f
Message:

Reprise du titre des pages d'aide générales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/help.php

    r491 r514  
    5959     } 
    6060      
    61      return ($title != '' ? ' > '.$title.'</h2>' : '</h2>').'<div id="mainhelp">'.$content.'</div>'; 
     61     if ($title != '') { 
     62          $title = '<a href="help.php">'.__('Global help').'</a> &rsaquo; <span class="page-title">'.$title.'</span>'; 
     63     } else { 
     64          $title = '<span class="page-title">'.__('Global help').'</span>'; 
     65     } 
     66     return '<h2>'.$title.'</h2>'."\n".'<div id="mainhelp">'.$content.'</div>'; 
    6267} 
    6368 
     
    7580     $content = helpPage('core_main'); 
    7681} 
    77 echo '<h2><a href="help.php">'.__('Global help').'</a>'.$content; 
     82echo $content; 
    7883 
    7984dcPage::close(); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map