mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
added $user['template'] as user_template for displaying PHP logo in the
template git-svn-id: http://piwigo.org/svn/trunk@27 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
2fa9252446
commit
ef185a2763
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ initialize_template();
|
|||
|
||||
$tpl = array('about_page_title','about_title','about_message','about_return');
|
||||
templatize_array( $tpl, 'lang', $handle );
|
||||
$vtp->setVar( $handle, 'user_template', $user['template'] );
|
||||
|
||||
$url = './category.php?'.$_SERVER['QUERY_STRING'];
|
||||
$vtp->setVar( $handle, 'back_url', add_session_id( $url ) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue