mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +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:
@@ -138,7 +138,7 @@ if ( isset( $_POST['submit'] ) )
|
||||
}
|
||||
//----------------------------------------------------- template initialization
|
||||
$sub = $vtp->Open(
|
||||
'../template/'.$user['template'].'/admin/picture_modify.vtp' );
|
||||
'./template/'.$user['template'].'/admin/picture_modify.vtp' );
|
||||
|
||||
$tpl = array( 'submit','errors_title','picmod_update','picmod_back',
|
||||
'default','file','size','filesize','registration_date',
|
||||
|
||||
Reference in New Issue
Block a user