mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
bug 17 : comment delete picture not displayed in picture.php
analysis : user_template template var is not valued in picture.php git-svn-id: http://piwigo.org/svn/branches/release-1_3@408 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -219,6 +219,7 @@ include('include/page_header.php');
|
||||
|
||||
$handle = $vtp->Open( './template/'.$user['template'].'/picture.vtp' );
|
||||
initialize_template();
|
||||
$vtp->setGlobalVar( $handle, 'user_template', $user['template'] );
|
||||
|
||||
$tpl = array( 'back','submit','comments_title','comments_del','delete',
|
||||
'comments_add','author','slideshow','slideshow_stop',
|
||||
|
||||
Reference in New Issue
Block a user