mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +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
@@ -18,7 +18,7 @@
|
||||
***************************************************************************/
|
||||
include_once( './include/isadmin.inc.php' );
|
||||
//----------------------------------------------------- template initialization
|
||||
$sub = $vtp->Open( '../template/'.$user['template'].'/admin/help.vtp' );
|
||||
$sub = $vtp->Open( './template/'.$user['template'].'/admin/help.vtp' );
|
||||
$tpl = array( );
|
||||
templatize_array( $tpl, 'lang', $sub );
|
||||
//----------------------------------------------------- help categories display
|
||||
|
||||
Reference in New Issue
Block a user