summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2022-12-17 19:48:33 -0500
committerspiderr <spiderr@bitweaver.org>2022-12-17 19:48:33 -0500
commit506d26abdc7de59d446e152f8166f9bcca129529 (patch)
tree8e31e7acd26d165a9f4b027ff11a3916b4055966 /templates
parent89910cf2c147f8be9eac5ff620bcb4041c10e592 (diff)
downloadkernel-506d26abdc7de59d446e152f8166f9bcca129529.tar.gz
kernel-506d26abdc7de59d446e152f8166f9bcca129529.tar.bz2
kernel-506d26abdc7de59d446e152f8166f9bcca129529.zip
update signin href
Diffstat (limited to 'templates')
-rw-r--r--templates/top.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/top.tpl b/templates/top.tpl
index 0ffb0ff..0cf04e4 100644
--- a/templates/top.tpl
+++ b/templates/top.tpl
@@ -17,7 +17,7 @@
</li>
</ul>
{else}
- <a href="{$smarty.const.USERS_PKG_URL}login.php">{tr}login{/tr}</a>
+ <a href="{$smarty.const.USERS_PKG_URL}signin">{tr}login{/tr}</a>
{if $gBitSystem->isFeatureActive( 'users_allow_register' )}
{tr}or{/tr} <a href="{$smarty.const.USERS_PKG_URL}register.php">{tr}register{/tr}</a>
{/if}