add link to the template of user

git-svn-id: http://piwigo.org/svn/trunk@47 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-07-28 20:18:05 +00:00
parent dc250d96c7
commit 127ab158b6

View File

@@ -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'] ) )
{