summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-02-25 19:59:29 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-02-25 19:59:29 +0100
commit2f2c518c20d6e55e20e9fc2fb0ec2053854b0d1b (patch)
tree51fc7b4a8e58dcca8efe346bc5ad77c0d953e6d4 /inc/template.php
parent5d873dd4ce31c79403a01ac0e40ff148be282592 (diff)
downloadrpg-2f2c518c20d6e55e20e9fc2fb0ec2053854b0d1b.tar.gz
rpg-2f2c518c20d6e55e20e9fc2fb0ec2053854b0d1b.tar.bz2
Show 'not logged in' only when logged out FS#2124
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 0a6a9e4aa..c9d583d98 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -154,7 +154,7 @@ function tpl_content_core() {
html_resendpwd();
break;
case 'denied':
- print p_locale_xhtml('denied');
+ html_denied();
break;
case 'profile' :
html_updateprofile();