mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ $vtp->closeSession( $handle, 'summary' );
|
||||
// about link
|
||||
$vtp->addSession( $handle, 'summary' );
|
||||
$vtp->setVar( $handle, 'summary.url',
|
||||
add_session_id( './about.php?expand='.$page['expand'] ) );
|
||||
add_session_id( './about.php?'.$_SERVER['QUERY_STRING'] ) );
|
||||
$vtp->setVar( $handle, 'summary.title', $lang['hint_about'] );
|
||||
$vtp->setVar( $handle, 'summary.name', replace_space( $lang['about'] ) );
|
||||
$vtp->closeSession( $handle, 'summary' );
|
||||
|
||||
Reference in New Issue
Block a user