aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/category.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/category.tpl')
-rw-r--r--template/yoga/category.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/category.tpl b/template/yoga/category.tpl
index de46b3d04..a8867ec49 100644
--- a/template/yoga/category.tpl
+++ b/template/yoga/category.tpl
@@ -90,7 +90,11 @@
<p>
<input type="submit" name="login" value="{lang:submit}">
</p>
-
+ <ul class="actions">
+ <li><a href="{U_LOST_PASSWORD}" title="{lang:Forgot your password?}"><img src="template/yoga/theme/lost_password.png" class="button" alt="{lang:Forgot your password?}"></a></li>
+ <li><a href="{U_REGISTER}" title="{lang:Create a new account}"><img src="template/yoga/theme/register.png" class="button" alt="{lang:register}"/></a></li>
+ </ul>
+
</fieldset>
</form>
<!-- END quickconnect -->