From ef185a27638bb3f5347e0654c85b623006f60874 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 21 Jul 2003 19:59:57 +0000 Subject: 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 --- about.php | 1 + 1 file changed, 1 insertion(+) (limited to 'about.php') 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 ) ); -- cgit v1.2.3