summaryrefslogtreecommitdiff
path: root/templates/header_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header_inc.tpl')
-rw-r--r--templates/header_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 5481685..10a8854 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -3,7 +3,7 @@
var redirect = confirm( '{tr}You have {$unreadMsgs} message(s) waiting for you in your personal message box. Click OK to view your messages.{/tr}' );
if( redirect == true && !getCookie( 'message_alert_sent' ) ) {ldelim}
setCookie( 'message_alert_sent', true, 600 );
- window.location="{$smarty.const.MESSU_PKG_URL}message_box.php";
+ window.location="{$smarty.const.MESSAGES_PKG_URL}message_box.php";
{rdelim}
</script>
{/if}