aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-21 19:59:57 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-21 19:59:57 +0000
commitef185a27638bb3f5347e0654c85b623006f60874 (patch)
treefd1ffe3d10f06c2d3816fb5005de67c08daa2d98 /about.php
parent2fa9252446a78d349ca2f50096430591cc5e012f (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
Diffstat (limited to 'about.php')
-rw-r--r--about.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/about.php b/about.php
index 0444413d0..0fedfa6fd 100644
--- a/about.php
+++ b/about.php
@@ -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 ) );