aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/admin_site.tpl2
-rw-r--r--view/nav.tpl3
2 files changed, 4 insertions, 1 deletions
diff --git a/view/admin_site.tpl b/view/admin_site.tpl
index 525dd14ae..c531cbf14 100644
--- a/view/admin_site.tpl
+++ b/view/admin_site.tpl
@@ -29,8 +29,8 @@
{{ inc field_input.tpl with $field=$allowed_email }}{{ endinc }}
{{ inc field_checkbox.tpl with $field=$block_public }}{{ endinc }}
{{ inc field_checkbox.tpl with $field=$force_publish }}{{ endinc }}
+ {{ inc field_checkbox.tpl with $field=$no_community_page }}{{ endinc }}
{{ inc field_input.tpl with $field=$global_directory }}{{ endinc }}
- {{ inc field_input.tpl with $field=$global_search_url }}{{ endinc }}
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
diff --git a/view/nav.tpl b/view/nav.tpl
index 79114749a..008278dc4 100644
--- a/view/nav.tpl
+++ b/view/nav.tpl
@@ -26,6 +26,9 @@ $langselector
<a id="nav-home-link" class="nav-commlink $nav.home.2" href="$nav.home.0">$nav.home.1</a>
<span id="home-update" class="nav-ajax-left"></span>
{{ endif }}
+{{ if $nav.community }}
+<a id="nav-community-link" class="nav-commlink $nav.community.2" href="$nav.community.0">$nav.community.1</a>
+{{ endif }}
{{ if $nav.notifications }}
<a id="nav-notify-link" class="nav-commlink $nav.notifications.2" href="$nav.notifications.0">$nav.notifications.1</a>
<span id="notify-update" class="nav-ajax-left"></span>