From 718116eb30e8f0534b13275662212afc506a862c Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 2 Nov 2003 11:18:25 +0000 Subject: 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 --- admin/picture_modify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/picture_modify.php') diff --git a/admin/picture_modify.php b/admin/picture_modify.php index 3eaa0748e..96e54e3d8 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -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', -- cgit v1.2.3