From 127ab158b65638be8ae778bec36d6fbb5b508e20 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Mon, 28 Jul 2003 20:18:05 +0000 Subject: add link to the template of user git-svn-id: http://piwigo.org/svn/trunk@47 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/user_list.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/user_list.php b/admin/user_list.php index 766bfc310..feb074929 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -23,6 +23,7 @@ $tpl = array( 'listuser_confirm','listuser_modify_hint','listuser_modify', 'listuser_button_all','listuser_button_invert', 'listuser_button_create_address' ); templatize_array( $tpl, 'lang', $sub ); +$vtp->setGlobalVar( $sub, 'user_template', $user['template'] ); //--------------------------------------------------------------- delete a user if ( isset ( $_GET['delete'] ) and is_numeric( $_GET['delete'] ) ) { -- cgit v1.2.3