diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 20:51:47 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 20:51:47 +0000 |
commit | b125c3b0863d61de32bb02a5beaa26fe0ab0d54a (patch) | |
tree | 8f00a6367ab46af4bc392b8ad9db5d78608fbff6 /admin/cat_list.php | |
parent | e9b4e0e0de65caebd47b5e6df6d252f9d1b85932 (diff) |
['template'] as user_template for displaying pictures in the template
git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/cat_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/cat_list.php b/admin/cat_list.php index a0c7696b7..ea744d48d 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -25,6 +25,7 @@ $vtp->setGlobalVar( $sub, 'cat_down', $lang['cat_down'] ); $vtp->setGlobalVar( $sub, 'cat_image_info', $lang['cat_image_info'] ); $vtp->setGlobalVar( $sub, 'cat_permission', $lang['cat_permission'] ); $vtp->setGlobalVar( $sub, 'cat_update', $lang['cat_update'] ); +$vtp->setGlobalVar( $sub, 'user_template', $user['template'] ); //--------------------------------------------------------------- rank updates if ( isset( $_GET['up'] ) && is_numeric( $_GET['up'] ) ) { |