From b125c3b0863d61de32bb02a5beaa26fe0ab0d54a Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 21 Jul 2003 20:51:47 +0000 Subject: ['template'] as user_template for displaying pictures in the template git-svn-id: http://piwigo.org/svn/trunk@29 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/group_list.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/group_list.php') diff --git a/admin/group_list.php b/admin/group_list.php index f58dff1ff..c600480bc 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -20,6 +20,7 @@ $sub = $vtp->Open( '../template/'.$user['template'].'/admin/group_list.vtp' ); $tpl = array( 'group_add','add','listuser_permission','delete', 'group_confirm','yes','no','group_list_title' ); templatize_array( $tpl, 'lang', $sub ); +$vtp->setGlobalVar( $sub, 'user_template', $user['template'] ); //-------------------------------------------------------------- delete a group $error = array(); if ( isset ( $_GET['delete'] ) and is_numeric( $_GET['delete'] ) ) -- cgit v1.2.3