Modifications linked to the move of admin.php to the root directory of PhpWebGallery

git-svn-id: http://piwigo.org/svn/trunk@228 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-11-03 21:35:24 +00:00
parent 5fdc7ea1e5
commit 860a39302e
8 changed files with 19 additions and 28 deletions
+1 -1
View File
@@ -589,7 +589,7 @@ $vtp->addSession( $sub, 'param_line' );
$vtp->setVar( $sub, 'param_line.name', $lang['customize_language'] );
$vtp->addSession( $sub, 'select' );
$vtp->setVar( $sub, 'select.name', 'language' );
$option = get_languages( '../language/' );
$option = get_languages( './language/' );
for ( $i = 0; $i < sizeof( $option ); $i++ )
{
$vtp->addSession( $sub, 'option' );