From c5cace552b55ff7f7fefca0b2bc1f49f80e65647 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 3 Dec 2012 19:17:02 -0800 Subject: most of the basic "make friends" stuff except for email notifications, drop community tab --- view/tpl/intros.tpl | 16 +++------------- view/tpl/intros_header.tpl | 1 + view/tpl/nav.tpl | 13 +++++++------ 3 files changed, 11 insertions(+), 19 deletions(-) create mode 100644 view/tpl/intros_header.tpl (limited to 'view/tpl') diff --git a/view/tpl/intros.tpl b/view/tpl/intros.tpl index e7fd53ca4..6d1f1baa0 100644 --- a/view/tpl/intros.tpl +++ b/view/tpl/intros.tpl @@ -1,27 +1,17 @@
-

$str_notifytype $notify_type

$fullname
$fullname -
$knowyou
-
$note
-
+ + -
-
- -
{{inc field_checkbox.tpl with $field=$hidden }}{{endinc}} -{{inc field_checkbox.tpl with $field=$activity }}{{endinc}} - - +{# {{ inc field_checkbox.tpl with $field=$activity }}{{endinc}} #} -$dfrn_text -
diff --git a/view/tpl/intros_header.tpl b/view/tpl/intros_header.tpl new file mode 100644 index 000000000..17afd0cbd --- /dev/null +++ b/view/tpl/intros_header.tpl @@ -0,0 +1 @@ +

$title

diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index d2e525756..5e909e172 100644 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -26,12 +26,6 @@ {{ endif }} - {{ if $nav.community }} - - {{ endif }} - {{ if $nav.network }} {{ endif }} + {{ if $nav.intros }} + + {{ endif }} + {{ if $nav.notifications }} -- cgit v1.2.3