summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-14 08:25:17 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-14 08:25:17 -0400
commit2fcae93272eb2d4e432c60cc4f5fd7f70c9d9f22 (patch)
tree72aaf014ceff81ec59997424d97c6650e147b594 /actions/public.php
parent52205fc6be6560d97aa8f3dc99da597498cc182e (diff)
take out public from views menu for now
darcs-hash:20080614122517-84dde-c78fbdd9c3329e87f405040e851650a81ab63d5c.gz
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/public.php b/actions/public.php
index 763f278bd..7e47b9f75 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -40,12 +40,9 @@ class PublicAction extends StreamAction {
}
function show_top() {
-
if (common_logged_in()) {
common_notice_form();
}
-
- $this->views_menu();
}
function show_header() {