diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:59:57 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 19:59:57 +0000 |
commit | ef185a27638bb3f5347e0654c85b623006f60874 (patch) | |
tree | fd1ffe3d10f06c2d3816fb5005de67c08daa2d98 | |
parent | 2fa9252446a78d349ca2f50096430591cc5e012f (diff) |
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
-rw-r--r-- | about.php | 1 |
1 files changed, 1 insertions, 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 ) ); |