diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-11 13:42:19 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-11 13:42:19 +0000 |
commit | e859fe07e4d8406ae95896b7fbd2d2951f4d4d5d (patch) | |
tree | fc2b647006da9156cc5041c70d01a1d22ad24866 /themes/default/template/profile.tpl | |
parent | c710b81255f198c2038f70e01cecf3741228db6b (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/profile.tpl')
-rw-r--r-- | themes/default/template/profile.tpl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/themes/default/template/profile.tpl b/themes/default/template/profile.tpl index 2bfcad3d1..3a401c599 100644 --- a/themes/default/template/profile.tpl +++ b/themes/default/template/profile.tpl @@ -10,12 +10,14 @@ </div> {/if} - <div class="titrePage"> - <ul class="categoryActions"> - <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li> - </ul> - <h2>{'Profile'|@translate}</h2> - </div> +<div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> + <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> + </a></li> + </ul> + <h2>{'Profile'|@translate}</h2> +</div> {$PROFILE_CONTENT} </div> <!-- content --> |