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:
z0rglub 2003-07-21 19:59:57 +00:00
parent 2fa9252446
commit ef185a2763

View file

@ -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 ) );