diff options
author | flop25 <flop25@piwigo.org> | 2014-08-15 16:14:43 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-08-15 16:14:43 +0000 |
commit | 416233c2e467ff2bae8de82367f53fcae6f677f7 (patch) | |
tree | bfdf8779fdcf83346ec8cc8a817639d58024ca44 /admin/themes/default/template/profile.tpl | |
parent | 557fccb9a10f41329ff16061b1395397771d3960 (diff) |
bug:3122
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
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/profile.tpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/admin/themes/default/template/profile.tpl b/admin/themes/default/template/profile.tpl deleted file mode 100644 index 6eac82e44..000000000 --- a/admin/themes/default/template/profile.tpl +++ /dev/null @@ -1,5 +0,0 @@ -<div class="titrePage"> - <h2>{'Profile'|@translate}</h2> -</div> - -{$PROFILE_CONTENT} |