diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-18 21:11:18 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-18 21:11:18 -0700 |
commit | 65a420b22755f774dc2422f7fdf3709e01289945 (patch) | |
tree | 43848b09e1eb8e5c2d211f5a1ebb6fa498feb39e /include | |
parent | 881037a0d9430b13e852ccac46590945a5093957 (diff) | |
download | volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.gz volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.tar.bz2 volse-hubzilla-65a420b22755f774dc2422f7fdf3709e01289945.zip |
theme cleanup
Diffstat (limited to 'include')
-rw-r--r-- | include/auth.php | 2 | ||||
-rw-r--r-- | include/nav.php | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php index 78e2bb8e0..b856379f1 100644 --- a/include/auth.php +++ b/include/auth.php @@ -42,6 +42,8 @@ else { unset($_SESSION['visitor_id']); unset($_SESSION['administrator']); unset($_SESSION['cid']); + unset($_SESSION['theme']); + $encrypted = hash('whirlpool',trim($_POST['password'])); if((x($_POST,'auth-params')) && $_POST['auth-params'] == 'login') { diff --git a/include/nav.php b/include/nav.php index 4833ed7db..94fbf36bb 100644 --- a/include/nav.php +++ b/include/nav.php @@ -40,3 +40,4 @@ if(x($_SESSION['uid'])) { } $a->page['nav'] .= "</span>\r\n<span id=\"nav-end\"></span>\r\n"; + $a->page['nav'] .= '<span id="banner">mistpark</span>'; |