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:
z0rglub
2003-11-02 11:18:25 +00:00
parent e6c4386182
commit 718116eb30
17 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ if ( isset( $_POST['submit'] ) )
}
}
//----------------------------------------------------- template initialization
$sub = $vtp->Open( '../template/'.$user['template'].'/admin/comments.vtp' );
$sub = $vtp->Open( './template/'.$user['template'].'/admin/comments.vtp' );
$tpl = array( 'stats_last_days','delete','close','submit','open' );
templatize_array( $tpl, 'lang', $sub );
$vtp->setGlobalVar( $sub, 'user_template', $user['template'] );