diff options
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/picture.php b/picture.php index 838adff1e..224aaf1d2 100644 --- a/picture.php +++ b/picture.php @@ -219,6 +219,7 @@ include('include/page_header.php'); $handle = $vtp->Open( './template/'.$user['template'].'/picture.vtp' ); initialize_template(); +$vtp->setGlobalVar( $handle, 'user_template', $user['template'] ); $tpl = array( 'back','submit','comments_title','comments_del','delete', 'comments_add','author','slideshow','slideshow_stop', |