From 6db8b5bbd213693587de6d696e401d5b936b3b80 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 6 Nov 2012 20:39:00 -0800 Subject: All the themes except one are horked anway --- view/theme/duepuntozero/tpl/lang_selector.tpl | 10 ---- view/theme/duepuntozero/tpl/moderated_comment.tpl | 61 ----------------------- view/theme/duepuntozero/tpl/profile_vcard.tpl | 51 ------------------- view/theme/duepuntozero/tpl/prv_message.tpl | 39 --------------- 4 files changed, 161 deletions(-) delete mode 100644 view/theme/duepuntozero/tpl/lang_selector.tpl delete mode 100755 view/theme/duepuntozero/tpl/moderated_comment.tpl delete mode 100644 view/theme/duepuntozero/tpl/profile_vcard.tpl delete mode 100644 view/theme/duepuntozero/tpl/prv_message.tpl (limited to 'view/theme/duepuntozero/tpl') diff --git a/view/theme/duepuntozero/tpl/lang_selector.tpl b/view/theme/duepuntozero/tpl/lang_selector.tpl deleted file mode 100644 index e777a0a86..000000000 --- a/view/theme/duepuntozero/tpl/lang_selector.tpl +++ /dev/null @@ -1,10 +0,0 @@ -
- diff --git a/view/theme/duepuntozero/tpl/moderated_comment.tpl b/view/theme/duepuntozero/tpl/moderated_comment.tpl deleted file mode 100755 index b0451c8c6..000000000 --- a/view/theme/duepuntozero/tpl/moderated_comment.tpl +++ /dev/null @@ -1,61 +0,0 @@ -
-
- - - - - - - -
- $mytitle -
-
- -
    -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
  • -
-
- - -
- - -
-
- -
diff --git a/view/theme/duepuntozero/tpl/profile_vcard.tpl b/view/theme/duepuntozero/tpl/profile_vcard.tpl deleted file mode 100644 index 0b5c76e88..000000000 --- a/view/theme/duepuntozero/tpl/profile_vcard.tpl +++ /dev/null @@ -1,51 +0,0 @@ -
- -
$profile.name
- - - - {{ if $pdesc }}
$profile.pdesc
{{ endif }} -
$profile.name
- - - - {{ if $location }} -
$location
-
- {{ if $profile.address }}
$profile.address
{{ endif }} - - $profile.locality{{ if $profile.locality }}, {{ endif }} - $profile.region - $profile.postal-code - - {{ if $profile.country-name }}$profile.country-name{{ endif }} -
-
- {{ endif }} - - {{ if $gender }}
$gender
$profile.gender
{{ endif }} - - {{ if $profile.pubkey }}{{ endif }} - - {{ if $marital }}
$marital
$profile.marital
{{ endif }} - - {{ if $homepage }}
$homepage
$profile.homepage
{{ endif }} - - {{ inc diaspora_vcard.tpl }}{{ endinc }} - -
- -
- -$contact_block - - diff --git a/view/theme/duepuntozero/tpl/prv_message.tpl b/view/theme/duepuntozero/tpl/prv_message.tpl deleted file mode 100644 index e103497e1..000000000 --- a/view/theme/duepuntozero/tpl/prv_message.tpl +++ /dev/null @@ -1,39 +0,0 @@ - -

$header

- -
-
- -$parent - -
$to
- -{{ if $showinputs }} - - -{{ else }} -$select -{{ endif }} - -
$subject
- - -
$yourmessage
- - - -
- -
-
-
- -
- -
-
-
-
-
-- cgit v1.2.3