From 2c4312012995aa3411cf5e5dbd0eb934a0801797 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sun, 25 Mar 2012 03:22:16 -0400 Subject: dispy-dark not experimental. start implementing fpostit Signed-off-by: Simon L'nu --- view/theme/dispy-dark/communityhome.tpl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 view/theme/dispy-dark/communityhome.tpl (limited to 'view/theme/dispy-dark/communityhome.tpl') diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl new file mode 100644 index 000000000..0659ebe20 --- /dev/null +++ b/view/theme/dispy-dark/communityhome.tpl @@ -0,0 +1,4 @@ +{{ if $lastusers_title }} +

PostIt to Friendica

+
Post to Friendica from anywhere by bookmarking this Link.
+{{ endif }} -- cgit v1.2.3 From 7de8e15ca452e1118807c499ba8b8b1765214821 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 26 Mar 2012 03:01:13 -0400 Subject: fix the search box Signed-off-by: Simon L'nu --- view/theme/dispy-dark/communityhome.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/dispy-dark/communityhome.tpl') diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl index 0659ebe20..0838fc757 100644 --- a/view/theme/dispy-dark/communityhome.tpl +++ b/view/theme/dispy-dark/communityhome.tpl @@ -1,4 +1,4 @@ -{{ if $lastusers_title }} +{{ if $page }}

PostIt to Friendica

Post to Friendica from anywhere by bookmarking this Link.
{{ endif }} -- cgit v1.2.3 From c3388ad81336d45a40a66b69096f504ffa7e34cb Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Tue, 27 Mar 2012 04:40:31 -0400 Subject: more fixes for dispys Signed-off-by: Simon L'nu --- view/theme/dispy-dark/communityhome.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/theme/dispy-dark/communityhome.tpl') diff --git a/view/theme/dispy-dark/communityhome.tpl b/view/theme/dispy-dark/communityhome.tpl index 0838fc757..dfc0467f7 100644 --- a/view/theme/dispy-dark/communityhome.tpl +++ b/view/theme/dispy-dark/communityhome.tpl @@ -1,4 +1,9 @@ {{ if $page }} +
$page
+{{ endif }} +

PostIt to Friendica

-
Post to Friendica from anywhere by bookmarking this Link.
+
+Post to Friendica from anywhere by bookmarking this Link. +
{{ endif }} -- cgit v1.2.3