Ignore:
Timestamp:
Sep 11, 2014, 2:50:39 PM (10 years ago)
Author:
plg
Message:

feature 3139: add details about search on id: in the help

Move CSS outside the help file

bug fixed: fallback on en_UK in case of missing help file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/popuphelp.php

    r28587 r29485  
    4848  )
    4949{
    50   $help_content =
    51     load_language('help/'.$_GET['page'].'.html', '', array('return'=>true) );
     50  $help_content = load_language(
     51    'help/'.$_GET['page'].'.html',
     52    '',
     53    array(
     54      'force_fallback' => 'en_UK',
     55      'return' => true,
     56      )
     57    );
    5258
    5359  if ($help_content == false)
     
    5662  }
    5763
    58   $help_content = trigger_change(
    59     'get_popup_help_content', $help_content, $_GET['page']);
     64  $help_content = trigger_change('get_popup_help_content', $help_content, $_GET['page']);
    6065}
    6166else
Note: See TracChangeset for help on using the changeset viewer.