diff options
Diffstat (limited to 'admin/group_list.php')
-rw-r--r-- | admin/group_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'] ) ) |