aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/identification.tpl
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-05-09 15:04:15 +0000
committermistic100 <mistic@piwigo.org>2011-05-09 15:04:15 +0000
commite38092f36cac68694ee891f6e90399240b88a58a (patch)
treeb3326a6f76b01b7858f6dfaaa42f7f3a25ec182b /themes/default/template/identification.tpl
parentdf6125d190b4a6a257094985235475cb9a292a3e (diff)
restore HOME links, change parameter name for remove menu on certain page
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/identification.tpl')
-rw-r--r--themes/default/template/identification.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl
index 2741e685b..5ccfb7133 100644
--- a/themes/default/template/identification.tpl
+++ b/themes/default/template/identification.tpl
@@ -2,7 +2,11 @@
<div id="content" class="content">
<div class="titrePage">
- <ul class="categoryActions"></ul>
+ <ul class="categoryActions">
+ <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
+ <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
+ </a></li>
+ </ul>
<h2>{'Identification'|@translate}</h2>
</div>