mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +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:
+1
-1
@@ -259,7 +259,7 @@ function get_displayed_dirs( $dir, $indent )
|
||||
}
|
||||
}
|
||||
//----------------------------------------------------- template initialization
|
||||
$sub = $vtp->Open( '../template/'.$user['template'].'/admin/thumbnail.vtp' );
|
||||
$sub = $vtp->Open( './template/'.$user['template'].'/admin/thumbnail.vtp' );
|
||||
$tpl = array(
|
||||
'tn_dirs_title','tn_dirs_alone','tn_params_title','tn_params_GD',
|
||||
'tn_params_GD_info','tn_width','tn_params_width_info','tn_height',
|
||||
|
||||
Reference in New Issue
Block a user