Dotclear

Changeset 1799:a5868fc53e27


Ignore:
Timestamp:
09/11/13 21:58:22 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Children:
1800:049b46e6f72a, 1834:f4c0c4d04639, 1900:2f3810424936
Message:

L'aide générale n'est pas un agrégat des aides contextuelles. Step 1 : ménage.

Files:
1 added
13 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • admin/help.php

    r1793 r1799  
    6868} 
    6969 
    70 $help_page = !empty($_GET['page']) ? html::escapeHTML($_GET['page']) : 'core_main'; 
     70$help_page = !empty($_GET['page']) ? html::escapeHTML($_GET['page']) : 'index'; 
    7171$content_array = helpPage($help_page); 
    72 if (($content_array['content'] == '') || ($help_page == 'core_main')) { 
    73      $content_array = helpPage('core_main'); 
     72if (($content_array['content'] == '') || ($help_page == 'index')) { 
     73     $content_array = helpPage('index'); 
    7474} 
    7575if ($content_array['title'] != '') { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map