- 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)

git-svn-id: http://piwigo.org/svn/trunk@2479 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-08-20 00:35:22 +00:00
parent dcbaefafdf
commit 5a6298548b
15 changed files with 133 additions and 126 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ if ( isset($lang['Theme: '.$user['theme']]) )
);
}
$template->assign('ABOUT_MESSAGE', load_language('about.html','','',true) );
$template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) );
$template->pparse('about');
include(PHPWG_ROOT_PATH.'include/page_tail.php');