mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
Adding a page for non admin to see last users comments
git-svn-id: http://piwigo.org/svn/trunk@166 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -187,6 +187,12 @@ $vtp->setVar( $handle, 'summary.url', add_session_id( './search.php' ) );
|
||||
$vtp->setVar( $handle, 'summary.title', $lang['hint_search'] );
|
||||
$vtp->setVar( $handle, 'summary.name', replace_space( $lang['search'] ) );
|
||||
$vtp->closeSession( $handle, 'summary' );
|
||||
// comments link
|
||||
$vtp->addSession( $handle, 'summary' );
|
||||
$vtp->setVar( $handle, 'summary.url', add_session_id( './comments.php' ) );
|
||||
$vtp->setVar( $handle, 'summary.title', $lang['hint_comments'] );
|
||||
$vtp->setVar( $handle, 'summary.name', replace_space( $lang['comments'] ) );
|
||||
$vtp->closeSession( $handle, 'summary' );
|
||||
// about link
|
||||
$vtp->addSession( $handle, 'summary' );
|
||||
$vtp->setVar( $handle, 'summary.url', './about.php?'.
|
||||
|
||||
Reference in New Issue
Block a user