diff options
author | Friendika <info@friendika.com> | 2011-07-04 20:57:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-04 20:57:07 -0700 |
commit | 20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635 (patch) | |
tree | 4c321d73497d6a425c8835e69244ef87dc62962e /view | |
parent | 308ffe500a7ea4a2e9c55565b0bc7510b4e8bb26 (diff) | |
download | volse-hubzilla-20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635.tar.gz volse-hubzilla-20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635.tar.bz2 volse-hubzilla-20d3aa2e77e4ba4c12d2a7332c7ac5f3a8f6b635.zip |
community page
Diffstat (limited to 'view')
-rw-r--r-- | view/admin_site.tpl | 2 | ||||
-rw-r--r-- | view/nav.tpl | 3 |
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> |