diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-21 01:01:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-21 01:01:25 +0000 |
commit | c6429c17ca59f36bf54986b438bf00cce85986f2 (patch) | |
tree | 5fe2f54190120006d644acd916b56cc49cc5615e /template/yoga/menubar.tpl | |
parent | 22631d6dfda79a30aad1588204493b2ffb6e81cf (diff) |
- minor language changes and use template->assign instead of template->assign_var
git-svn-id: http://piwigo.org/svn/trunk@2288 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/menubar.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/menubar.tpl b/template/yoga/menubar.tpl index 7169ff39f..b53af4b1e 100644 --- a/template/yoga/menubar.tpl +++ b/template/yoga/menubar.tpl @@ -152,7 +152,7 @@ <ul class="actions"> <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li> {if isset($U_REGISTER)} - <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'register'|@translate}"/></a></li> + <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"/></a></li> {/if} </ul> |