mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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
@@ -34,7 +34,7 @@ if ( isset( $_GET['act'] ) and $_GET['act'] == 'empty' )
|
||||
mysql_query( $query );
|
||||
}
|
||||
//----------------------------------------------------- template initialization
|
||||
$sub = $vtp->Open( '../template/'.$user['template'].'/admin/stats.vtp' );
|
||||
$sub = $vtp->Open( './template/'.$user['template'].'/admin/stats.vtp' );
|
||||
$tpl = array( 'stats_last_days','date','login',
|
||||
'IP','file','picture','category','stats_pages_seen',
|
||||
'stats_visitors','stats_empty', 'stats_pages_seen_graph_title',
|
||||
|
||||
Reference in New Issue
Block a user