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:
parent
0a79e27155
commit
151dc43370
5 changed files with 305 additions and 4 deletions
|
|
@ -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?'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue