removed admin files profile.tpl and profile_content.tpl, integrated in configuration.tpl
take into account default_user_id with a message
prefix for template var, to avoid overwriting of already existing vars especially in admin panel

git-svn-id: http://piwigo.org/svn/trunk@29221 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
flop25 2014-08-15 16:14:43 +00:00
parent 557fccb9a1
commit 416233c2e4
6 changed files with 76 additions and 116 deletions

View file

@ -419,7 +419,8 @@ switch ($page['section'])
load_profile_in_template(
$action,
'',
$edit_user
$edit_user,
'GUEST_'
);
$template->assign('default', array());
break;