aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
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 ) );