diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-28 20:18:05 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-28 20:18:05 +0000 |
commit | 127ab158b65638be8ae778bec36d6fbb5b508e20 (patch) | |
tree | 742c52fbd8dade330d73c1e8d217e3a7462f7942 | |
parent | dc250d96c75e3fa76875b7958fd032b5f99ac118 (diff) |
add link to the template of user
git-svn-id: http://piwigo.org/svn/trunk@47 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/user_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'] ) ) { |