diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/register.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index a96200f8a..b173061cf 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -4,7 +4,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"> </span><span class="pwg-button-text">{'Home'|@translate}</span> + </a></li> + </ul> <h2>{'Registration'|@translate}</h2> </div> |