Changeset 2479 for trunk/popuphelp.php


Ignore:
Timestamp:
Aug 20, 2008, 2:35:22 AM (16 years ago)
Author:
rvelices
Message:
  • local.lang is loaded without fallback on default language or PHPWG_DEFAULT_LANGUAGE (needed to change the signature of load_language which became a little too big)
  • move a function from functions.inc.php to functions_picture.inc.php (included only when necessary)
  • removed some css (not as much as I wanted)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/popuphelp.php

    r2342 r2479  
    4747{
    4848  $help_content =
    49     load_language('help/'.$_GET['page'].'.html', '', '', true);
     49    load_language('help/'.$_GET['page'].'.html', '', array('return'=>true) );
    5050
    5151  if ($help_content == false)
Note: See TracChangeset for help on using the changeset viewer.