aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/about.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-11 13:42:19 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-11 13:42:19 +0000
commite859fe07e4d8406ae95896b7fbd2d2951f4d4d5d (patch)
treefc2b647006da9156cc5041c70d01a1d22ad24866 /themes/default/template/about.tpl
parentc710b81255f198c2038f70e01cecf3741228db6b (diff)
css sprites (still ongoing)
git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/about.tpl')
-rw-r--r--themes/default/template/about.tpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl
index 477bd323e..9e9515386 100644
--- a/themes/default/template/about.tpl
+++ b/themes/default/template/about.tpl
@@ -1,11 +1,9 @@
<div id="content" class="content">
<div class="titrePage">
<ul class="categoryActions">
- <li>
- <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
- <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}">
- </a>
- </li>
+ <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>{'About'|@translate}</h2>
</div>