mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 18:53:01 +02:00
Modifying ../template in ./template since admin.php has moved to the PhpWebGallery root directory
git-svn-id: http://piwigo.org/svn/trunk@225 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -262,7 +262,7 @@ else
|
||||
}
|
||||
//----------------------------------------------------- template initialization
|
||||
$sub = $vtp->Open(
|
||||
'../template/'.$user['template'].'/admin/configuration.vtp' );
|
||||
'./template/'.$user['template'].'/admin/configuration.vtp' );
|
||||
|
||||
$tpl = array( 'conf_confirmation','remote_site','delete',
|
||||
'conf_remote_site_delete_info','submit','errors_title' );
|
||||
@@ -652,7 +652,7 @@ $vtp->addSession( $sub, 'param_line' );
|
||||
$vtp->setVar( $sub, 'param_line.name', $lang['customize_theme'] );
|
||||
$vtp->addSession( $sub, 'select' );
|
||||
$vtp->setVar( $sub, 'select.name', 'template' );
|
||||
$option = get_dirs( '../template/' );
|
||||
$option = get_dirs( './template/' );
|
||||
for ( $i = 0; $i < sizeof( $option ); $i++ )
|
||||
{
|
||||
$vtp->addSession( $sub, 'option' );
|
||||
|
||||
Reference in New Issue
Block a user