diff --git a/include/friendica_smarty.php b/include/friendica_smarty.php index f9d91a827..1326b0aca 100644 --- a/include/friendica_smarty.php +++ b/include/friendica_smarty.php @@ -3,6 +3,8 @@ require_once "object/TemplateEngine.php"; require_once("library/Smarty/libs/Smarty.class.php"); +define('SMARTY3_TEMPLATE_FOLDER','templates'); + class FriendicaSmarty extends Smarty { public $filename; @@ -14,10 +16,10 @@ class FriendicaSmarty extends Smarty { // setTemplateDir can be set to an array, which Smarty will parse in order. // The order is thus very important here - $template_dirs = array('theme' => "view/theme/$theme/smarty3/"); + $template_dirs = array('theme' => "view/theme/$theme/".SMARTY3_TEMPLATE_FOLDER."/"); if( x($a->theme_info,"extends") ) - $template_dirs = $template_dirs + array('extends' => "view/theme/".$a->theme_info["extends"]."/smarty3/"); - $template_dirs = $template_dirs + array('base' => 'view/smarty3/'); + $template_dirs = $template_dirs + array('extends' => "view/theme/".$a->theme_info["extends"]."/".SMARTY3_TEMPLATE_FOLDER."/"); + $template_dirs = $template_dirs + array('base' => "view/".SMARTY3_TEMPLATE_FOLDER."/"); $this->setTemplateDir($template_dirs); $this->setCompileDir('view/smarty3/compiled/'); @@ -61,7 +63,7 @@ class FriendicaSmartyEngine implements ITemplateEngine { public function get_template_file($file, $root=''){ $a = get_app(); - $template_file = get_template_file($a, 'smarty3/' . $file, $root); + $template_file = get_template_file($a, SMARTY3_TEMPLATE_FOLDER.'/'.$file, $root); $template = new FriendicaSmarty(); $template->filename = $template_file; return $template; diff --git a/view/404.tpl b/view/404.tpl deleted file mode 100644 index bf4d4e949..000000000 --- a/view/404.tpl +++ /dev/null @@ -1 +0,0 @@ -
$data
$info.name - $info.version : $action
-$info.description
- - - -$str_maintainer - {{ for $info.maintainer as $a }} - {{ if $a.link }}$a.name{{ else }}$a.name{{ endif }}, - {{ endfor }} -
- - {{ if $screenshot }} - - {{ endif }} - - {{ if $admin_form }} -
-$page_desc
-
-$invite_desc -
--$desc -
- - - -
- {{ for $tabs as $tab }} -- $tab.label
- {{ endfor }}
-
diff --git a/view/confirm.tpl b/view/confirm.tpl deleted file mode 100644 index 5e7e641c4..000000000 --- a/view/confirm.tpl +++ /dev/null @@ -1,14 +0,0 @@ -$contacts
-{{ if $micropro }} - $viewcontacts -$header
- --$relation_text
- $nettype
- {{ if $lost_contact }}
- $lost_contact
- {{ endif }}
- {{ if $insecure }}
- $insecure
- {{ endif }}
- {{ if $blocked }}
- $blocked
- {{ endif }}
- {{ if $ignored }}
- $ignored
- {{ endif }}
- {{ if $archived }}
- $archived
- {{ endif }}
-
- -
-
- {{ if $common_text }}
- $common_text
- {{ endif }}
- {{ if $all_friends }}
- $all_friends
- {{ endif }}
-
-
- - $lblrecent
- {{ if $lblsuggest }}
- - $lblsuggest
- {{ endif }}
-
-
-- {{ for $contact.photo_menu as $c }} - {{ if $c.2 }} -- $c.0
- {{ else }}
- - $c.0
- {{ endif }}
- {{ endfor }}
-
-$header{{ if $total }} ($total){{ endif }}
- -{{ if $finding }}$finding
{{ endif }} - -$title
--$desc -
-$header
- -$head_managers
- -{{ for $managers as $x }} - --{{ endif }} - - -
$head_delegates
- -{{ if $delegates }} -{{ for $delegates as $x }} - -- - -
$head_potentials
-{{ if $potentials }} -{{ for $potentials as $x }} - -- diff --git a/view/dfrn_req_confirm.tpl b/view/dfrn_req_confirm.tpl deleted file mode 100644 index 6c916323c..000000000 --- a/view/dfrn_req_confirm.tpl +++ /dev/null @@ -1,21 +0,0 @@ - -
-$welcome -
- \ No newline at end of file diff --git a/view/dfrn_request.tpl b/view/dfrn_request.tpl deleted file mode 100644 index bd3bcbc42..000000000 --- a/view/dfrn_request.tpl +++ /dev/null @@ -1,65 +0,0 @@ - --$please - -
$header
- --$page_desc
-
-- $friendica
-- $diaspora $diasnote
-- $statusnet
-{{ if $emailnet }}- $emailnet
{{ endif }}
-
-$invite_desc - --$desc -
- - - --$pls_answer -
- --$does_know -
- --$add_note -
-$sitedir
- -$globaldir -$admin - -$finding - -$title
- --$desc -
- - - - diff --git a/view/event_head.tpl b/view/event_head.tpl deleted file mode 100644 index 559de24e3..000000000 --- a/view/event_head.tpl +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - diff --git a/view/events-js.tpl b/view/events-js.tpl deleted file mode 100644 index b0e182c56..000000000 --- a/view/events-js.tpl +++ /dev/null @@ -1,6 +0,0 @@ -$tabs -$title
- -$title
- -$banner
- -$f
--- $mark
-- $apply
-
- --{{ endfor }} -{{ endif }} - diff --git a/view/fake_feed.tpl b/view/fake_feed.tpl deleted file mode 100644 index c37071cf4..000000000 --- a/view/fake_feed.tpl +++ /dev/null @@ -1,13 +0,0 @@ - -
$title
--- $all
- {{ for $terms as $term }}
- - $term.name
- {{ endfor }}
-
- --- FileBrowser
-
-- {{ for $folders as $f }}- $f.1
{{ endfor }}
-
-- {{ for $files as $f }} -- $f.1
- {{ endfor }}
-
-$connect
-$title
{{endif}} - {{if $desc}}- {{ for $items as $item }} -- $item.label
- {{ endfor }}
-
- -$title
- - -$title
- -- {{ for $groups as $group }} --
- {{ if $group.cid }}
-
- {{ endif }}
- {{ if $group.edit }}
-
- {{ endif }}
- $group.text
-
- {{ endfor }}
-
-$groupeditor.label_members
--
$groupeditor.label_contacts
-$title
-$pass
- - -{{ if $status }} -$status
-{{ endif }} - -$text diff --git a/view/install_checks.tpl b/view/install_checks.tpl deleted file mode 100644 index a3aa2b266..000000000 --- a/view/install_checks.tpl +++ /dev/null @@ -1,24 +0,0 @@ -$title
-$pass
- diff --git a/view/install_db.tpl b/view/install_db.tpl deleted file mode 100644 index 1302b5a70..000000000 --- a/view/install_db.tpl +++ /dev/null @@ -1,30 +0,0 @@ - -$title
-$pass
- - --$info_01
- -{{ if $status }} --$info_02
-$info_03 -
$status
-{{ endif }} - - - diff --git a/view/install_settings.tpl b/view/install_settings.tpl deleted file mode 100644 index 05b87f904..000000000 --- a/view/install_settings.tpl +++ /dev/null @@ -1,25 +0,0 @@ - -$title
-$pass
- - -{{ if $status }} -$status
-{{ endif }} - - - diff --git a/view/intros.tpl b/view/intros.tpl deleted file mode 100644 index e7fd53ca4..000000000 --- a/view/intros.tpl +++ /dev/null @@ -1,28 +0,0 @@ - -$str_notifytype $notify_type
-$title
- --$desc -
- - - diff --git a/view/magicsig.tpl b/view/magicsig.tpl deleted file mode 100644 index 75f9bc475..000000000 --- a/view/magicsig.tpl +++ /dev/null @@ -1,9 +0,0 @@ - -diff --git a/view/mail_display.tpl b/view/mail_display.tpl deleted file mode 100644 index b328d32a2..000000000 --- a/view/mail_display.tpl +++ /dev/null @@ -1,10 +0,0 @@ - -{{ for $mails as $mail }} - {{ inc mail_conv.tpl }}{{endinc}} -{{ endfor }} - -{{ if $canreply }} -{{ inc prv_message.tpl }}{{ endinc }} -{{ else }} -$unknown_text -{{endif }} diff --git a/view/mail_head.tpl b/view/mail_head.tpl deleted file mode 100644 index afb65f537..000000000 --- a/view/mail_head.tpl +++ /dev/null @@ -1,3 +0,0 @@ -
$messages
- -$tab_content diff --git a/view/mail_list.tpl b/view/mail_list.tpl deleted file mode 100644 index 22e35dec8..000000000 --- a/view/mail_list.tpl +++ /dev/null @@ -1,16 +0,0 @@ -$title
-$title
- -{{ endif }} -{{ if $nav.register }}$nav.register.1
{{ endif }} -{{ if $nav.login }} -
-$nav.net_reset.1
-{{ endif }} -{{ if $nav.home }} -$nav.home.1
-{{ endif }} -{{ if $nav.community }} -$nav.community.1
-{{ endif }} -{{ if $nav.network }} -
-
{{ endif }} -$nav.directory.1
-{{ if $nav.introductions }} -$nav.introductions.1
-{{ endif }} -
-
{{ endif }} -{{ if $nav.manage }}$nav.manage.1
{{ endif }} -{{ if $nav.profiles }}$nav.profiles.1
{{ endif }} -{{ if $nav.admin }}$nav.admin.1
{{ endif }} -$nav.search.1
-{{ if $nav.apps }}$nav.apps.1
{{ endif }} -{{ if $nav.help }} $nav.help.1
{{ endif }} -
{{ endif }} -
$title
-- {{ for $nets as $net }} -- $net.name
- {{ endfor }}
-
-$header
- -{{ for $contacts as $contact }} - {{ inc contact_template.tpl }}{{ endinc }} -{{ endfor }} - - -$paginate - - - - diff --git a/view/notifications.tpl b/view/notifications.tpl deleted file mode 100644 index 1a13b68b9..000000000 --- a/view/notifications.tpl +++ /dev/null @@ -1,8 +0,0 @@ - -$notif_header
- -{{ inc common_tabs.tpl }}{{ endinc }} - -$title
- -$app.name
-$authorize
- diff --git a/view/oauth_authorize_done.tpl b/view/oauth_authorize_done.tpl deleted file mode 100644 index 51eaea248..000000000 --- a/view/oauth_authorize_done.tpl +++ /dev/null @@ -1,4 +0,0 @@ -$title
- -$info
-$code
diff --git a/view/oembed_video.tpl b/view/oembed_video.tpl deleted file mode 100755 index d3a9a9311..000000000 --- a/view/oembed_video.tpl +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/view/oexchange_xrd.tpl b/view/oexchange_xrd.tpl deleted file mode 100644 index 6735a3e04..000000000 --- a/view/oexchange_xrd.tpl +++ /dev/null @@ -1,33 +0,0 @@ - -$findpeople
-$desc
- -$album.1
- -$title
-{{ if $can_post }} -$upload.0 -{{ endif }} - -$pagename
- -$title
- -$title
- - --$desc -
- --$desc -
- --$desc -
- --$desc -
- -$title
- --- $profile.fullname.0
- - $profile.fullname.1
-
- -{{ if $profile.gender }} --- $profile.gender.0
- - $profile.gender.1
-
-{{ endif }} - -{{ if $profile.birthday }} --- $profile.birthday.0
- - $profile.birthday.1
-
-{{ endif }} - -{{ if $profile.age }} --- $profile.age.0
- - $profile.age.1
-
-{{ endif }} - -{{ if $profile.marital }} --- ♥ $profile.marital.0
- - $profile.marital.1{{ if $profile.marital.with }} ($profile.marital.with){{ endif }}{{ if $profile.howlong }} $profile.howlong{{ endif }}
-
-{{ endif }} - -{{ if $profile.sexual }} --- $profile.sexual.0
- - $profile.sexual.1
-
-{{ endif }} - -{{ if $profile.pub_keywords }} --- $profile.pub_keywords.0
- - $profile.pub_keywords.1
-
-{{ endif }} - -{{ if $profile.homepage }} --- $profile.homepage.0
- - $profile.homepage.1
-
-{{ endif }} - -{{ if $profile.hometown }} --- $profile.hometown.0
- - $profile.hometown.1
-
-{{ endif }} - -{{ if $profile.politic }} --- $profile.politic.0
- - $profile.politic.1
-
-{{ endif }} - -{{ if $profile.religion }} --- $profile.religion.0
- - $profile.religion.1
-
-{{ endif }} - -{{ if $profile.about }} --- $profile.about.0
- - $profile.about.1
-
-{{ endif }} - -{{ if $profile.interest }} --- $profile.interest.0
- - $profile.interest.1
-
-{{ endif }} - -{{ if $profile.likes }} --- $profile.likes.0
- - $profile.likes.1
-
-{{ endif }} - -{{ if $profile.dislikes }} --- $profile.dislikes.0
- - $profile.dislikes.1
-
-{{ endif }} - -{{ if $profile.contact }} --- $profile.contact.0
- - $profile.contact.1
-
-{{ endif }} - - -{{ if $profile.music }} --- $profile.music.0
- - $profile.music.1
-
-{{ endif }} - - -{{ if $profile.book }} --- $profile.book.0
- - $profile.book.1
-
-{{ endif }} - - -{{ if $profile.tv }} --- $profile.tv.0
- - $profile.tv.1
-
-{{ endif }} - - -{{ if $profile.film }} --- $profile.film.0
- - $profile.film.1
-
-{{ endif }} - - -{{ if $profile.romance }} --- $profile.romance.0
- - $profile.romance.1
-
-{{ endif }} - - -{{ if $profile.work }} --- $profile.work.0
- - $profile.work.1
-
-{{ endif }} - -{{ if $profile.education }} --- $profile.education.0
- - $profile.education.1
-
-{{ endif }} - - - - diff --git a/view/profile_edit.tpl b/view/profile_edit.tpl deleted file mode 100644 index 4df6ecc69..000000000 --- a/view/profile_edit.tpl +++ /dev/null @@ -1,323 +0,0 @@ -$default - -$banner
- --- $profpic
-- $viewprof
-- $cl_prof
-
-- $del_prof
-
-
-$header
--$chg_photo -
-$title
- - - --$pubdesc -
- -- $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 }} - -- {{ if $connect }} -- $connect
- {{ endif }}
- {{ if $wallmessage }}
- - $wallmessage
- {{ endif }}
-
-$header
- -$lbl1
- --$lbl2 -
--$lbl3 -
--$newpass -
--$lbl4 $lbl5 -
--$lbl6 -
diff --git a/view/register.tpl b/view/register.tpl deleted file mode 100644 index 2275356a2..000000000 --- a/view/register.tpl +++ /dev/null @@ -1,65 +0,0 @@ -$regtitle
- - - -$license - - diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl deleted file mode 100644 index 9e0562878..000000000 --- a/view/remote_friends_common.tpl +++ /dev/null @@ -1,21 +0,0 @@ -$title
- -$title
- $searchbox - -- {{ for $saved as $search }} --
-
- $search.term
-
- {{ endfor }}
-
- -- $item.item_photo_menu -
-$ptitle
- -$nickname_block - - - diff --git a/view/settings_connectors.tpl b/view/settings_connectors.tpl deleted file mode 100644 index bd3d60f0f..000000000 --- a/view/settings_connectors.tpl +++ /dev/null @@ -1,35 +0,0 @@ -$title
- -$ptitle
- - diff --git a/view/settings_display_end.tpl b/view/settings_display_end.tpl deleted file mode 100644 index e69de29bb..000000000 diff --git a/view/settings_features.tpl b/view/settings_features.tpl deleted file mode 100644 index 1b106d411..000000000 --- a/view/settings_features.tpl +++ /dev/null @@ -1,20 +0,0 @@ -$title
- - - - diff --git a/view/settings_nick_set.tpl b/view/settings_nick_set.tpl deleted file mode 100644 index eb4721d50..000000000 --- a/view/settings_nick_set.tpl +++ /dev/null @@ -1,5 +0,0 @@ - --It appears that your website is located in a subdirectory of the
--$hostname website, so this setting may not work reliably.
-
If you have any issues, you may have better results using the profile
\ No newline at end of file diff --git a/view/settings_oauth.tpl b/view/settings_oauth.tpl deleted file mode 100644 index 890c4ee6c..000000000 --- a/view/settings_oauth.tpl +++ /dev/null @@ -1,31 +0,0 @@ -address '$baseurl/profile/$nickname'. -
$title
- - - diff --git a/view/settings_oauth_edit.tpl b/view/settings_oauth_edit.tpl deleted file mode 100644 index e6f2abdc2..000000000 --- a/view/settings_oauth_edit.tpl +++ /dev/null @@ -1,17 +0,0 @@ -$title
- - diff --git a/view/smarty3/404.tpl b/view/smarty3/404.tpl deleted file mode 100644 index 2d581ab8d..000000000 --- a/view/smarty3/404.tpl +++ /dev/null @@ -1,6 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$message}}
diff --git a/view/smarty3/acl_selector.tpl b/view/smarty3/acl_selector.tpl deleted file mode 100644 index 5fd11e756..000000000 --- a/view/smarty3/acl_selector.tpl +++ /dev/null @@ -1,31 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$admtxt}}
--- {{$admin.site.1}}
- - {{$admin.users.1}}
- - {{$admin.plugins.1}}
- - {{$admin.themes.1}}
- - {{$admin.dbsync.1}}
-
- -{{if $admin.update}} --- {{$admin.update.1}}
- - Important Changes
-
-{{/if}} - - -{{if $admin.plugins_admin}}{{$plugadmtxt}}
{{/if}} -- {{foreach $admin.plugins_admin as $l}} -- {{$l.1}}
- {{/foreach}}
-
- - -{{$logtxt}}
--- {{$admin.logs.1}}
-
- diff --git a/view/smarty3/admin_logs.tpl b/view/smarty3/admin_logs.tpl deleted file mode 100644 index 6a2259500..000000000 --- a/view/smarty3/admin_logs.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}} - {{$page}}
- - - -{{$logname}}
-{{$title}} - {{$page}}
- -- {{foreach $plugins as $p}} --
-
- {{$p.2.name}} - {{$p.2.version}}
- {{if $p.2.experimental}} {{$experimental}} {{/if}}{{if $p.2.unsupported}} {{$unsupported}} {{/if}}
-
-
{{$p.2.description}}
-
- {{/foreach}}
-
-{{$title}} - {{$page}}
- -{{$info.name}} - {{$info.version}} : {{$action}}
-{{$info.description}}
- -{{$str_author}} - {{foreach $info.author as $a}} - {{if $a.link}}{{$a.name}}{{else}}{{$a.name}}{{/if}}, - {{/foreach}} -
- -{{$str_maintainer}} - {{foreach $info.maintainer as $a}} - {{if $a.link}}{{$a.name}}{{else}}{{$a.name}}{{/if}}, - {{/foreach}} -
- - {{if $screenshot}} - - {{/if}} - - {{if $admin_form}} -{{$settings}}
- - {{/if}} - - {{if $readme}} -Readme
-Friendica Update
- -No updates
-{{/if}} -{{$title}} - {{$page}}
- - -{{$title}} - {{$page}}
- --- {{$queues.label}}
- - {{$queues.deliverq}} - {{$queues.queue}}
-
--- {{$pending.0}}
- - {{$pending.1}}
-
- --- {{$users.0}}
- - {{$users.1}}
-
- {{foreach $accounts as $p}} --- {{$p.0}}
- - {{if $p.1}}{{$p.1}}{{else}}0{{/if}}
-
- {{/foreach}} - - --- {{$plugins.0}}
-
- {{foreach $plugins.1 as $p}}
- - {{$p}}
- {{/foreach}}
-
-
- --- {{$version.0}}
- - {{$version.1}} - {{$build}}
-
- - -{{$title}} - {{$page}}
- - -{{$title}}
- -- {{foreach $apps as $ap}} -- {{$ap}}
- {{/foreach}}
-
diff --git a/view/smarty3/atom_feed.tpl b/view/smarty3/atom_feed.tpl deleted file mode 100644 index db553d99f..000000000 --- a/view/smarty3/atom_feed.tpl +++ /dev/null @@ -1,34 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$header}}
- --{{$page_desc}}
-
-- {{$friendica}}
-- {{$diaspora}} {{$diasnote}}
-- {{$statusnet}}
-{{if $emailnet}}- {{$emailnet}}
{{/if}}
-
- --{{$invite_desc}} -
--{{$desc}} -
- - - -{{$title}}
--- {{$all}}
- {{foreach $terms as $term}}
- - {{$term.name}}
- {{/foreach}}
-
- -- {{foreach $tabs as $tab}} -- {{$tab.label}}
- {{/foreach}}
-
diff --git a/view/smarty3/confirm.tpl b/view/smarty3/confirm.tpl deleted file mode 100644 index df8d26eaa..000000000 --- a/view/smarty3/confirm.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$contacts}}
-{{if $micropro}} - {{$viewcontacts}} -{{$header}}
- --{{$relation_text}}
- {{$nettype}}
- {{if $lost_contact}}
- {{$lost_contact}}
- {{/if}}
- {{if $insecure}}
- {{$insecure}}
- {{/if}}
- {{if $blocked}}
- {{$blocked}}
- {{/if}}
- {{if $ignored}}
- {{$ignored}}
- {{/if}}
- {{if $archived}}
- {{$archived}}
- {{/if}}
-
- -
-
- {{if $common_text}}
- {{$common_text}}
- {{/if}}
- {{if $all_friends}}
- {{$all_friends}}
- {{/if}}
-
-
- - {{$lblrecent}}
- {{if $lblsuggest}}
- - {{$lblsuggest}}
- {{/if}}
-
-
-- {{foreach $contact.photo_menu as $c}} - {{if $c.2}} -- {{$c.0}}
- {{else}}
- - {{$c.0}}
- {{/if}}
- {{/foreach}}
-
-{{$header}}{{if $total}} ({{$total}}){{/if}}
- -{{if $finding}}{{$finding}}
{{/if}} - -{{$title}}
--{{$desc}} -
-{{$header}}
- -{{$head_managers}}
- -{{foreach $managers as $x}} - --{{/if}} - - -
{{$head_delegates}}
- -{{if $delegates}} -{{foreach $delegates as $x}} - -- - -
{{$head_potentials}}
-{{if $potentials}} -{{foreach $potentials as $x}} - -- diff --git a/view/smarty3/dfrn_req_confirm.tpl b/view/smarty3/dfrn_req_confirm.tpl deleted file mode 100644 index c941a201d..000000000 --- a/view/smarty3/dfrn_req_confirm.tpl +++ /dev/null @@ -1,26 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
-{{$welcome}} -
- \ No newline at end of file diff --git a/view/smarty3/dfrn_request.tpl b/view/smarty3/dfrn_request.tpl deleted file mode 100644 index 29173a1d7..000000000 --- a/view/smarty3/dfrn_request.tpl +++ /dev/null @@ -1,70 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - --{{$please}} - -
{{$header}}
- --{{$page_desc}}
-
-- {{$friendica}}
-- {{$diaspora}} {{$diasnote}}
-- {{$statusnet}}
-{{if $emailnet}}- {{$emailnet}}
{{/if}}
-
-{{$invite_desc}} - --{{$desc}} -
- - - --{{$pls_answer}} -
- --{{$does_know}} -
- --{{$add_note}} -
-{{$sitedir}}
- -{{$globaldir}} -{{$admin}} - -{{$finding}} - -{{$title}}
- --{{$desc}} -
- - - - diff --git a/view/smarty3/event_head.tpl b/view/smarty3/event_head.tpl deleted file mode 100644 index 3d7091fb7..000000000 --- a/view/smarty3/event_head.tpl +++ /dev/null @@ -1,144 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - - - - - - diff --git a/view/smarty3/events-js.tpl b/view/smarty3/events-js.tpl deleted file mode 100644 index 5fa046f5a..000000000 --- a/view/smarty3/events-js.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$tabs}} -{{$title}}
- -{{$title}}
- -{{$banner}}
- -{{$f}}
--- {{$mark}}
-- {{$apply}}
-
- --{{/foreach}} -{{/if}} - diff --git a/view/smarty3/fake_feed.tpl b/view/smarty3/fake_feed.tpl deleted file mode 100644 index fd875de71..000000000 --- a/view/smarty3/fake_feed.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
{{$title}}
--- {{$all}}
- {{foreach $terms as $term}}
- - {{$term.name}}
- {{/foreach}}
-
- --- FileBrowser
-
-- {{foreach $folders as $f}}- {{$f.1}}
{{/foreach}}
-
-- {{foreach $files as $f}} -- {{$f.1}}
- {{/foreach}}
-
-{{$connect}}
-{{$title}}
{{/if}} - {{if $desc}}- {{foreach $items as $item}} -- {{$item.label}}
- {{/foreach}}
-
- -{{$title}}
- - -{{$title}}
- -- {{foreach $groups as $group}} --
- {{if $group.cid}}
-
- {{/if}}
- {{if $group.edit}}
-
- {{/if}}
- {{$group.text}}
-
- {{/foreach}}
-
-{{$groupeditor.label_members}}
--
{{$groupeditor.label_contacts}}
-{{$title}}
-{{$pass}}
- - -{{if $status}} -{{$status}}
-{{/if}} - -{{$text}} diff --git a/view/smarty3/install_checks.tpl b/view/smarty3/install_checks.tpl deleted file mode 100644 index 44852b410..000000000 --- a/view/smarty3/install_checks.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
-{{$pass}}
- diff --git a/view/smarty3/install_db.tpl b/view/smarty3/install_db.tpl deleted file mode 100644 index 944666c6a..000000000 --- a/view/smarty3/install_db.tpl +++ /dev/null @@ -1,35 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$title}}
-{{$pass}}
- - --{{$info_01}}
- -{{if $status}} --{{$info_02}}
-{{$info_03}} -
{{$status}}
-{{/if}} - - - diff --git a/view/smarty3/install_settings.tpl b/view/smarty3/install_settings.tpl deleted file mode 100644 index 2e97d0696..000000000 --- a/view/smarty3/install_settings.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$title}}
-{{$pass}}
- - -{{if $status}} -{{$status}}
-{{/if}} - - - diff --git a/view/smarty3/intros.tpl b/view/smarty3/intros.tpl deleted file mode 100644 index bafdb07a0..000000000 --- a/view/smarty3/intros.tpl +++ /dev/null @@ -1,33 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$str_notifytype}} {{$notify_type}}
-{{$title}}
- --{{$desc}} -
- - - diff --git a/view/smarty3/magicsig.tpl b/view/smarty3/magicsig.tpl deleted file mode 100644 index af8dbb5bc..000000000 --- a/view/smarty3/magicsig.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -diff --git a/view/smarty3/mail_display.tpl b/view/smarty3/mail_display.tpl deleted file mode 100644 index 23d05bdeb..000000000 --- a/view/smarty3/mail_display.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{foreach $mails as $mail}} - {{include file="mail_conv.tpl"}} -{{/foreach}} - -{{if $canreply}} -{{include file="prv_message.tpl"}} -{{else}} -{{$unknown_text}} -{{/if}} diff --git a/view/smarty3/mail_head.tpl b/view/smarty3/mail_head.tpl deleted file mode 100644 index f7a39fa8b..000000000 --- a/view/smarty3/mail_head.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
{{$messages}}
- -{{$tab_content}} diff --git a/view/smarty3/mail_list.tpl b/view/smarty3/mail_list.tpl deleted file mode 100644 index 9dbfb6a14..000000000 --- a/view/smarty3/mail_list.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
-{{$title}}
- -{{/if}} -{{if $nav.register}}{{$nav.register.1}}
{{/if}} -{{if $nav.login}} -
-{{$nav.net_reset.1}}
-{{/if}} -{{if $nav.home}} -{{$nav.home.1}}
-{{/if}} -{{if $nav.community}} -{{$nav.community.1}}
-{{/if}} -{{if $nav.network}} -
-
{{/if}} -{{$nav.directory.1}}
-{{if $nav.introductions}} -{{$nav.introductions.1}}
-{{/if}} -
-
{{/if}} -{{if $nav.manage}}{{$nav.manage.1}}
{{/if}} -{{if $nav.profiles}}{{$nav.profiles.1}}
{{/if}} -{{if $nav.admin}}{{$nav.admin.1}}
{{/if}} -{{$nav.search.1}}
-{{if $nav.apps}}{{$nav.apps.1}}
{{/if}} -{{if $nav.help}} {{$nav.help.1}}
{{/if}} -
{{/if}} -
{{$title}}
-- {{foreach $nets as $net}} -- {{$net.name}}
- {{/foreach}}
-
-{{$header}}
- -{{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} -{{/foreach}} - - -{{$paginate}} - - - - diff --git a/view/smarty3/notifications.tpl b/view/smarty3/notifications.tpl deleted file mode 100644 index 834a7a016..000000000 --- a/view/smarty3/notifications.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$notif_header}}
- -{{include file="common_tabs.tpl"}} - -{{$title}}
- -{{$app.name}}
-{{$authorize}}
- diff --git a/view/smarty3/oauth_authorize_done.tpl b/view/smarty3/oauth_authorize_done.tpl deleted file mode 100644 index 12d4c6f48..000000000 --- a/view/smarty3/oauth_authorize_done.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
- -{{$info}}
-{{$code}}
diff --git a/view/smarty3/oembed_video.tpl b/view/smarty3/oembed_video.tpl deleted file mode 100644 index bdfa11509..000000000 --- a/view/smarty3/oembed_video.tpl +++ /dev/null @@ -1,9 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - diff --git a/view/smarty3/oexchange_xrd.tpl b/view/smarty3/oexchange_xrd.tpl deleted file mode 100644 index 5af749182..000000000 --- a/view/smarty3/oexchange_xrd.tpl +++ /dev/null @@ -1,38 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$findpeople}}
-{{$desc}}
- -{{$album.1}}
- -{{$title}}
-{{if $can_post}} -{{$upload.0}} -{{/if}} - -{{$pagename}}
- -{{$title}}
- -{{$title}}
- - --{{$desc}} -
- --{{$desc}} -
- --{{$desc}} -
- --{{$desc}} -
- -{{$title}}
- --- {{$profile.fullname.0}}
- - {{$profile.fullname.1}}
-
- -{{if $profile.gender}} --- {{$profile.gender.0}}
- - {{$profile.gender.1}}
-
-{{/if}} - -{{if $profile.birthday}} --- {{$profile.birthday.0}}
- - {{$profile.birthday.1}}
-
-{{/if}} - -{{if $profile.age}} --- {{$profile.age.0}}
- - {{$profile.age.1}}
-
-{{/if}} - -{{if $profile.marital}} --- ♥ {{$profile.marital.0}}
- - {{$profile.marital.1}}{{if $profile.marital.with}} ({{$profile.marital.with}}){{/if}}{{if $profile.howlong}} {{$profile.howlong}}{{/if}}
-
-{{/if}} - -{{if $profile.sexual}} --- {{$profile.sexual.0}}
- - {{$profile.sexual.1}}
-
-{{/if}} - -{{if $profile.pub_keywords}} --- {{$profile.pub_keywords.0}}
- - {{$profile.pub_keywords.1}}
-
-{{/if}} - -{{if $profile.homepage}} --- {{$profile.homepage.0}}
- - {{$profile.homepage.1}}
-
-{{/if}} - -{{if $profile.hometown}} --- {{$profile.hometown.0}}
- - {{$profile.hometown.1}}
-
-{{/if}} - -{{if $profile.politic}} --- {{$profile.politic.0}}
- - {{$profile.politic.1}}
-
-{{/if}} - -{{if $profile.religion}} --- {{$profile.religion.0}}
- - {{$profile.religion.1}}
-
-{{/if}} - -{{if $profile.about}} --- {{$profile.about.0}}
- - {{$profile.about.1}}
-
-{{/if}} - -{{if $profile.interest}} --- {{$profile.interest.0}}
- - {{$profile.interest.1}}
-
-{{/if}} - -{{if $profile.likes}} --- {{$profile.likes.0}}
- - {{$profile.likes.1}}
-
-{{/if}} - -{{if $profile.dislikes}} --- {{$profile.dislikes.0}}
- - {{$profile.dislikes.1}}
-
-{{/if}} - -{{if $profile.contact}} --- {{$profile.contact.0}}
- - {{$profile.contact.1}}
-
-{{/if}} - - -{{if $profile.music}} --- {{$profile.music.0}}
- - {{$profile.music.1}}
-
-{{/if}} - - -{{if $profile.book}} --- {{$profile.book.0}}
- - {{$profile.book.1}}
-
-{{/if}} - - -{{if $profile.tv}} --- {{$profile.tv.0}}
- - {{$profile.tv.1}}
-
-{{/if}} - - -{{if $profile.film}} --- {{$profile.film.0}}
- - {{$profile.film.1}}
-
-{{/if}} - - -{{if $profile.romance}} --- {{$profile.romance.0}}
- - {{$profile.romance.1}}
-
-{{/if}} - - -{{if $profile.work}} --- {{$profile.work.0}}
- - {{$profile.work.1}}
-
-{{/if}} - -{{if $profile.education}} --- {{$profile.education.0}}
- - {{$profile.education.1}}
-
-{{/if}} - - - - diff --git a/view/smarty3/profile_edit.tpl b/view/smarty3/profile_edit.tpl deleted file mode 100644 index 4b7c4d0b1..000000000 --- a/view/smarty3/profile_edit.tpl +++ /dev/null @@ -1,328 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$default}} - -{{$banner}}
- --- {{$profpic}}
-- {{$viewprof}}
-- {{$cl_prof}}
-
-- {{$del_prof}}
-
-
-{{$header}}
--{{$chg_photo}} -
-{{$title}}
- - - --{{$pubdesc}} -
- -- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - -- {{if $connect}} -- {{$connect}}
- {{/if}}
- {{if $wallmessage}}
- - {{$wallmessage}}
- {{/if}}
-
-{{$header}}
- -{{$lbl1}}
- --{{$lbl2}} -
--{{$lbl3}} -
--{{$newpass}} -
--{{$lbl4}} {{$lbl5}} -
--{{$lbl6}} -
diff --git a/view/smarty3/register.tpl b/view/smarty3/register.tpl deleted file mode 100644 index 5e655cd82..000000000 --- a/view/smarty3/register.tpl +++ /dev/null @@ -1,70 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$regtitle}}
- - - -{{$license}} - - diff --git a/view/smarty3/remote_friends_common.tpl b/view/smarty3/remote_friends_common.tpl deleted file mode 100644 index 5844aac87..000000000 --- a/view/smarty3/remote_friends_common.tpl +++ /dev/null @@ -1,26 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
- -{{$title}}
- {{$searchbox}} - -- {{foreach $saved as $search}} --
-
- {{$search.term}}
-
- {{/foreach}}
-
- -- {{$item.item_photo_menu}} -
-{{$ptitle}}
- -{{$nickname_block}} - - - diff --git a/view/smarty3/settings_connectors.tpl b/view/smarty3/settings_connectors.tpl deleted file mode 100644 index 0b0d78299..000000000 --- a/view/smarty3/settings_connectors.tpl +++ /dev/null @@ -1,40 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
- -{{$ptitle}}
- - diff --git a/view/smarty3/settings_display_end.tpl b/view/smarty3/settings_display_end.tpl deleted file mode 100644 index a7fb96108..000000000 --- a/view/smarty3/settings_display_end.tpl +++ /dev/null @@ -1,5 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/smarty3/settings_features.tpl b/view/smarty3/settings_features.tpl deleted file mode 100644 index f5c5c5096..000000000 --- a/view/smarty3/settings_features.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
- - - - diff --git a/view/smarty3/settings_nick_set.tpl b/view/smarty3/settings_nick_set.tpl deleted file mode 100644 index fb886695e..000000000 --- a/view/smarty3/settings_nick_set.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - --It appears that your website is located in a subdirectory of the
--{{$hostname}} website, so this setting may not work reliably.
-
If you have any issues, you may have better results using the profile
\ No newline at end of file diff --git a/view/smarty3/settings_oauth.tpl b/view/smarty3/settings_oauth.tpl deleted file mode 100644 index feab78210..000000000 --- a/view/smarty3/settings_oauth.tpl +++ /dev/null @@ -1,36 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -address '{{$baseurl}}/profile/{{$nickname}}'. -
{{$title}}
- - - diff --git a/view/smarty3/settings_oauth_edit.tpl b/view/smarty3/settings_oauth_edit.tpl deleted file mode 100644 index e3960bf75..000000000 --- a/view/smarty3/settings_oauth_edit.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
- - diff --git a/view/smarty3/suggest_friends.tpl b/view/smarty3/suggest_friends.tpl deleted file mode 100644 index 060db0005..000000000 --- a/view/smarty3/suggest_friends.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$str_notifytype}} {{$notify_type}}
-{{$title}}
- - -{{foreach $options as $o}} --- {{$o.1}}
- - {{$o.2}}
-
-{{/foreach}} \ No newline at end of file diff --git a/view/smarty3/uimport.tpl b/view/smarty3/uimport.tpl deleted file mode 100644 index cc137514a..000000000 --- a/view/smarty3/uimport.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - diff --git a/view/smarty3/vcard-widget.tpl b/view/smarty3/vcard-widget.tpl deleted file mode 100644 index 6ccd2ae1d..000000000 --- a/view/smarty3/vcard-widget.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$title}}
- -{{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} -{{/foreach}} - - - -{{$paginate}} diff --git a/view/smarty3/voting_fakelink.tpl b/view/smarty3/voting_fakelink.tpl deleted file mode 100644 index 3d14ba48b..000000000 --- a/view/smarty3/voting_fakelink.tpl +++ /dev/null @@ -1,6 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$phrase}} diff --git a/view/smarty3/wall_thread.tpl b/view/smarty3/wall_thread.tpl deleted file mode 100644 index c0e30c4cb..000000000 --- a/view/smarty3/wall_thread.tpl +++ /dev/null @@ -1,125 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{if $item.comment_firstcollapsed}} -- {{$item.item_photo_menu}} -
--
{{$header}}
- -{{$subheader}}
- -$str_notifytype $notify_type
-- $item.item_photo_menu -
-- {{$item.item_photo_menu}} -
-- $item.item_photo_menu -
-- {{$item.item_photo_menu}} -
-- -
- -
$admtxt
--- $admin.site.1
- - $admin.users.1
- - $admin.plugins.1
- - $admin.themes.1
- - $admin.dbsync.1
-
- -{{ if $admin.update }} --- $admin.update.1
- - Important Changes
-
-{{ endif }} - - -{{ if $admin.plugins_admin }}$plugadmtxt
{{ endif }} -- {{ for $admin.plugins_admin as $l }} -- $l.1
- {{ endfor }}
-
- - -$logtxt
--- $admin.logs.1
-
- diff --git a/view/theme/decaf-mobile/admin_site.tpl b/view/theme/decaf-mobile/admin_site.tpl deleted file mode 100644 index 61f52b18d..000000000 --- a/view/theme/decaf-mobile/admin_site.tpl +++ /dev/null @@ -1,67 +0,0 @@ - -$title - $page
- - -$title - $page
- - -- {{ for $tabs as $tab }} -- $tab.label
- {{ endfor }}
-
-
diff --git a/view/theme/decaf-mobile/contact_block.tpl b/view/theme/decaf-mobile/contact_block.tpl deleted file mode 100644 index a8e34fce1..000000000 --- a/view/theme/decaf-mobile/contact_block.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{##} diff --git a/view/theme/decaf-mobile/contact_edit.tpl b/view/theme/decaf-mobile/contact_edit.tpl deleted file mode 100644 index e113018b3..000000000 --- a/view/theme/decaf-mobile/contact_edit.tpl +++ /dev/null @@ -1,93 +0,0 @@ - -$header
- --$relation_text
- $nettype
- {{ if $lost_contact }}
- $lost_contact
- {{ endif }}
- {{ if $insecure }}
- $insecure
- {{ endif }}
- {{ if $blocked }}
- $blocked
- {{ endif }}
- {{ if $ignored }}
- $ignored
- {{ endif }}
- {{ if $archived }}
- $archived
- {{ endif }}
-
- -
-
- {{ if $common_text }}
- $common_text
- {{ endif }}
- {{ if $all_friends }}
- $all_friends
- {{ endif }}
-
-
- - $lblrecent
- {{ if $lblsuggest }}
- - $lblsuggest
- {{ endif }}
-
-
--{{ if $contact.alt_text }}
$header{{ if $total }} ($total){{ endif }}
- -{{ if $finding }}$finding
{{ endif }} - -$title
--$desc -
-- $field.3 -
- - $field.3 -
- - $field.3 -
- - $field.3 -
- {{ for $items as $item }} -- $item.label
- {{ endfor }}
-
-
- -$title
- -- {{ for $groups as $group }} --
- {{ if $group.cid }}
-
- {{ endif }}
- {{ if $group.edit }}
-
- {{ endif }}
- $group.text
-
- {{ endfor }}
-
-$title
-- - -
diff --git a/view/theme/decaf-mobile/mail_list.tpl b/view/theme/decaf-mobile/mail_list.tpl deleted file mode 100644 index 74274a246..000000000 --- a/view/theme/decaf-mobile/mail_list.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
$title
-$album.1
- -$pagename
- -$banner
- --- $viewprof
-- $cl_prof
-
-- $del_prof
-
-
-$title
- - - -- $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 }} - - -- {{ if $connect }} -- $connect
- {{ endif }}
- {{ if $wallmessage }}
- - $wallmessage
- {{ endif }}
-
-$header
- -$regtitle
-- - -
- -$license - -
$ptitle
- -$nickname_block - -- {{$field.3}} -
- - {{$field.3}} -
- - {{$field.3}} -
- - {{$field.3}} -
- {{foreach $items as $item}} -- {{$item.label}}
- {{/foreach}}
-
-
- -{{$title}}
- -- {{foreach $groups as $group}} --
- {{if $group.cid}}
-
- {{/if}}
- {{if $group.edit}}
-
- {{/if}}
- {{$group.text}}
-
- {{/foreach}}
-
--
- {{include file="field_checkbox.tpl" field=$lremember}} - -
-
{{$title}}
-- -
- -
-{{$desc}} -
-- -
diff --git a/view/theme/decaf-mobile/smarty3/mail_list.tpl b/view/theme/decaf-mobile/smarty3/mail_list.tpl deleted file mode 100644 index 538f6affb..000000000 --- a/view/theme/decaf-mobile/smarty3/mail_list.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
{{$title}}
--
-
-
-
-
-
-
-
-
- - - - --
{{$album.1}}
- -{{$pagename}}
- -{{$banner}}
- --- {{$viewprof}}
-- {{$cl_prof}}
-
-- {{$del_prof}}
-
-
--{{$lbl_about}} -
- - - --{{$lbl_hobbies}} -
- - - --{{$lbl_likes}} -
- - - --{{$lbl_dislikes}} -
- - - --{{$lbl_social}} -
- - - --{{$lbl_music}} -
- - - --{{$lbl_book}} -
- - - --{{$lbl_tv}} -
- - - --{{$lbl_film}} -
- - - --{{$lbl_love}} -
- - - --{{$lbl_work}} -
- - - --{{$lbl_school}} -
- - - -{{$title}}
- -- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - - -- {{if $connect}} -- {{$connect}}
- {{/if}}
- {{if $wallmessage}}
- - {{$wallmessage}}
- {{/if}}
-
-{{$header}}
- -{{$regtitle}}
-- -
{{$realpeople}}
- --{{if $oidlabel}} -
{{$fillwith}} {{$fillext}}
-- -{{if $invitations}} - -
{{$invite_desc}}
-- -
- -
- -
{{$nickdesc}}
-- -
- -{{$license}} - -
{{$ptitle}}
- -{{$nickname_block}} - -{{$h_pass}}
- -{{include file="field_password.tpl" field=$password1}} -{{include file="field_password.tpl" field=$password2}} -{{include file="field_password.tpl" field=$password3}} - -{{if $oid_enable}} -{{include file="field_input.tpl" field=$openid}} -{{/if}} - -{{$h_basic}}
- -{{include file="field_input.tpl" field=$username}} -{{include file="field_input.tpl" field=$email}} -{{include file="field_password.tpl" field=$password4}} -{{include file="field_custom.tpl" field=$timezone}} -{{include file="field_input.tpl" field=$defloc}} -{{include file="field_checkbox.tpl" field=$allowloc}} - - -{{$h_prv}}
- - - - -{{include file="field_input.tpl" field=$maxreq}} - -{{$profile_in_dir}} - -{{$profile_in_net_dir}} - -{{$hide_friends}} - -{{$hide_wall}} - -{{$blockwall}} - -{{$blocktags}} - -{{$suggestme}} - -{{$unkmail}} - - -{{include file="field_input.tpl" field=$cntunkmail}} - -{{include file="field_input.tpl" field=$expire.days}} - - -{{$expire.advanced}}
- {{include file="field_yesno.tpl" field=$expire.items}} - {{include file="field_yesno.tpl" field=$expire.notes}} - {{include file="field_yesno.tpl" field=$expire.starred}} - {{include file="field_yesno.tpl" field=$expire.network_only}} --
- - -{{$group_select}} - - -
{{$h_not}}
-{{$h_advn}}
--
-
{{$header}}
- -{{$subheader}}
- --
-
$header
- -$subheader
- -$title - $page
- -$h_pending
- {{ if $pending }} -$no_pending
- {{ endif }} - - - - -$h_users
- {{ if $users }} -$comunity_profiles_title
-$helpers.title.1
-How-To Guides-NewHere
-Friendica Support
-Let's talk
-Local Friendica -{{ endif }} -
$con_services.title.1
-$nv.title.1
-$nv.directory.1-$nv.global_directory.1
-$nv.match.1
-$nv.suggest.1
-$nv.invite.1 -$nv.search -{{ endif }} -
$lastusers_title
-$activeusers_title
-$photos_title
-$like_title
--{{ for $like_items as $i }} -- $i
-{{ endfor }}
-
-{{ endif }} -$twitter.title.1
-$mapquery.title.1
-- {{ for $contact.photo_menu as $c }} - {{ if $c.2 }} -- $c.0
- {{ else }}
- - $c.0
- {{ endif }}
- {{ endfor }}
-
-- $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 }} -- ♥$marital
- $profile.marital
{{ endif }} - - {{ if $homepage }}- $homepage
- $profile.homepage
{{ endif }} -- $about
- $profile.about
{{ endif }} -$title
{{endif}} - {{if $desc}}- {{ for $items as $item }} -- $item.label
- {{ endfor }}
-
- -$title
-- {{ for $groups as $group }} --
-
-
- $group.text
-
- {{ if $group.edit }}
-
- {{ endif }}
- {{ if $group.cid }}
-
- {{ endif }}
-
- {{ endfor }}
-
--
- -#} diff --git a/view/theme/diabook/mail_display.tpl b/view/theme/diabook/mail_display.tpl deleted file mode 100644 index 2b680ae42..000000000 --- a/view/theme/diabook/mail_display.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
$title
---
-
- $all
- {{ for $nets as $net }}
- -
-
-
- $net.name
-
- {{ endfor }}
-
-- $photo_menu -
- -$title
{{ endif }} - $body -$album.1
- --- $ps.usermenu.status.1
- - $ps.usermenu.photos.1
- - $ps.usermenu.contacts.1
- - $ps.usermenu.events.1
- - $ps.usermenu.notes.1
- - $ps.usermenu.pgroups.1
- - $ps.usermenu.community.1
-
- -- {{ for $profile.menu.entries as $e }} --
- $e.profile_name
-
- {{ endfor }}
- - $profile.menu.chg_photo
- - $profile.menu.cr_new
- - $profile.edit.3
-
-
-- $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 }} - -- {{ if $connect }} -- $connect
- {{ endif }}
-
-$header
- --- $ps.usermenu.status.1
- - $ps.usermenu.photos.1
- - $ps.usermenu.events.1
- - $ps.usermenu.notes.1
- - Public Groups
- - $ps.usermenu.community.1
-
- -- $item.item_photo_menu -
- -$item.title
{{ endif }} - $item.body - {{ if $item.has_cats }} -{{$title}} - {{$page}}
- -{{$h_pending}}
- {{if $pending}} -{{$no_pending}}
- {{/if}} - - - - -{{$h_users}}
- {{if $users}} -{{$comunity_profiles_title}}
-{{$helpers.title.1}}
-How-To Guides-NewHere
-Friendica Support
-Let's talk
-Local Friendica -{{/if}} -
{{$con_services.title.1}}
-{{$nv.title.1}}
-{{$nv.directory.1}}-{{$nv.global_directory.1}}
-{{$nv.match.1}}
-{{$nv.suggest.1}}
-{{$nv.invite.1}} -{{$nv.search}} -{{/if}} -
{{$lastusers_title}}
-{{$activeusers_title}}
-{{$photos_title}}
-{{$like_title}}
--{{foreach $like_items as $i}} -- {{$i}}
-{{/foreach}}
-
-{{/if}} -{{$twitter.title.1}}
-{{$mapquery.title.1}}
-- {{foreach $contact.photo_menu as $c}} - {{if $c.2}} -- {{$c.0}}
- {{else}}
- - {{$c.0}}
- {{/if}}
- {{/foreach}}
-
-- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} -- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} -- {{$about}}
- {{$profile.about}}
{{/if}} -{{$title}}
{{/if}} - {{if $desc}}- {{foreach $items as $item}} -- {{$item.label}}
- {{/foreach}}
-
- -{{$title}}
-- {{foreach $groups as $group}} --
-
-
- {{$group.text}}
-
- {{if $group.edit}}
-
- {{/if}}
- {{if $group.cid}}
-
- {{/if}}
-
- {{/foreach}}
-
--
- -*}} diff --git a/view/theme/diabook/smarty3/mail_display.tpl b/view/theme/diabook/smarty3/mail_display.tpl deleted file mode 100644 index dc1fbbc6f..000000000 --- a/view/theme/diabook/smarty3/mail_display.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
{{$title}}
---
-
- {{$all}}
- {{foreach $nets as $net}}
- -
-
-
- {{$net.name}}
-
- {{/foreach}}
-
-- {{$photo_menu}} -
- -{{$title}}
{{/if}} - {{$body}} -{{$album.1}}
- --- {{$ps.usermenu.status.1}}
- - {{$ps.usermenu.photos.1}}
- - {{$ps.usermenu.contacts.1}}
- - {{$ps.usermenu.events.1}}
- - {{$ps.usermenu.notes.1}}
- - {{$ps.usermenu.pgroups.1}}
- - {{$ps.usermenu.community.1}}
-
- -- {{foreach $profile.menu.entries as $e}} --
- {{$e.profile_name}}
-
- {{/foreach}}
- - {{$profile.menu.chg_photo}}
- - {{$profile.menu.cr_new}}
- - {{$profile.edit.3}}
-
-
-- {{$location}}
-
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}-
- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - -- {{if $connect}} -- {{$connect}}
- {{/if}}
-
-{{$header}}
- --- {{$ps.usermenu.status.1}}
- - {{$ps.usermenu.photos.1}}
- - {{$ps.usermenu.events.1}}
- - {{$ps.usermenu.notes.1}}
- - Public Groups
- - {{$ps.usermenu.community.1}}
-
- -- {{$item.item_photo_menu}} -
- -{{$item.title}}
{{/if}} - {{$item.body}} - {{if $item.has_cats}} --
Show/hide boxes at right-hand column
-{{include file="field_select.tpl" field=$close_pages}} -{{include file="field_select.tpl" field=$close_profiles}} -{{include file="field_select.tpl" field=$close_helpers}} -{{include file="field_select.tpl" field=$close_services}} -{{include file="field_select.tpl" field=$close_friends}} -{{include file="field_select.tpl" field=$close_lastusers}} -{{include file="field_select.tpl" field=$close_lastphotos}} -{{include file="field_select.tpl" field=$close_lastlikes}} -{{include file="field_select.tpl" field=$close_twitter}} -{{include file="field_input.tpl" field=$TSearchTerm}} -{{include file="field_select.tpl" field=$close_mapquery}} - -{{include file="field_input.tpl" field=$ELPosX}} - -{{include file="field_input.tpl" field=$ELPosY}} - -{{include file="field_input.tpl" field=$ELZoom}} - -- -
- {{$item.item_photo_menu}} -
- -{{$item.title}}
{{/if}} - {{$item.body}} - {{if $item.has_cats}} --
Show/hide boxes at right-hand column
-{{inc field_select.tpl with $field=$close_pages}}{{endinc}} -{{inc field_select.tpl with $field=$close_profiles}}{{endinc}} -{{inc field_select.tpl with $field=$close_helpers}}{{endinc}} -{{inc field_select.tpl with $field=$close_services}}{{endinc}} -{{inc field_select.tpl with $field=$close_friends}}{{endinc}} -{{inc field_select.tpl with $field=$close_lastusers}}{{endinc}} -{{inc field_select.tpl with $field=$close_lastphotos}}{{endinc}} -{{inc field_select.tpl with $field=$close_lastlikes}}{{endinc}} -{{inc field_select.tpl with $field=$close_twitter}}{{endinc}} -{{inc field_input.tpl with $field=$TSearchTerm}}{{endinc}} -{{inc field_select.tpl with $field=$close_mapquery}}{{endinc}} - -{{inc field_input.tpl with $field=$ELPosX}}{{endinc}} - -{{inc field_input.tpl with $field=$ELPosY}}{{endinc}} - -{{inc field_input.tpl with $field=$ELZoom}}{{endinc}} - -- -
- $item.item_photo_menu -
- -$item.title
{{ endif }} - $item.body - {{ if $item.has_cats }} --
-
-
-
-
-
-
-
-
- - - {{ if $qcomment }} -Help or '@NewHere'?
--Let's talk
-Local Friendica
-NewHere -
Connectable Services
--
-
-
-
-
-
-
-
-
- diff --git a/view/theme/dispy/contact_template.tpl b/view/theme/dispy/contact_template.tpl deleted file mode 100644 index e656ea552..000000000 --- a/view/theme/dispy/contact_template.tpl +++ /dev/null @@ -1,36 +0,0 @@ - -- {{ for $contact.photo_menu as $c }} - {{ if $c.2 }} -- $c.0
- {{ else }}
- - $c.0
- {{ endif }}
- {{ endfor }}
-
-$title
- -- {{ for $groups as $group }} --
- $group.text
- {{ if $group.edit }}
-
- {{ endif }}
- {{ if $group.cid }}
-
- {{ endif }}
-
- {{ endfor }}
-
--
$messages
- -$album.1
- -- {{ for $profile.menu.entries as $e }} --
- $e.profile_name
-
- {{ endfor }}
- - $profile.menu.chg_photo
- - $profile.menu.cr_new
-
-- {{ if $connect }} -- $connect
- {{ endif }}
-
-$title
- $searchbox - -- {{ for $saved as $search }} --
-
- $search.term
-
- {{ endfor }}
-
- -- $item.item_photo_menu -
--
-
-
-
-
-
-
-
-
- - - {{if $qcomment}} -Help or '@NewHere'?
--Let's talk
-Local Friendica
-NewHere -
Connectable Services
--
-
-
-
-
-
-
-
-
- diff --git a/view/theme/dispy/smarty3/contact_template.tpl b/view/theme/dispy/smarty3/contact_template.tpl deleted file mode 100644 index d22acd5a6..000000000 --- a/view/theme/dispy/smarty3/contact_template.tpl +++ /dev/null @@ -1,41 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -- {{foreach $contact.photo_menu as $c}} - {{if $c.2}} -- {{$c.0}}
- {{else}}
- - {{$c.0}}
- {{/if}}
- {{/foreach}}
-
-{{$title}}
- -- {{foreach $groups as $group}} --
- {{$group.text}}
- {{if $group.edit}}
-
- {{/if}}
- {{if $group.cid}}
-
- {{/if}}
-
- {{/foreach}}
-
--
{{$messages}}
- -{{$album.1}}
- -- {{foreach $profile.menu.entries as $e}} --
- {{$e.profile_name}}
-
- {{/foreach}}
- - {{$profile.menu.chg_photo}}
- - {{$profile.menu.cr_new}}
-
-- {{if $connect}} -- {{$connect}}
- {{/if}}
-
-{{$title}}
- {{$searchbox}} - -- {{foreach $saved as $search}} --
-
- {{$search.term}}
-
- {{/foreach}}
-
- -- {{$item.item_photo_menu}} -
-- {{$item.item_photo_menu}} -
-- {{if $item.star}} --
-
-
- {{/if}}
- {{if $item.tagger}}
- -
-
-
- {{/if}}
- {{if $item.vote}}
- -
-
- {{if $item.vote.dislike}}
-
- {{/if}}
- {{if $item.vote.share}}
- {{/if}}
-
-
- {{/if}}
-
-
- {{if $item.filer}} -
- {{/if}}
- {{if $item.plink}}
-
- {{/if}}
- {{if $item.edpost}}
-
- {{/if}}
-
- -
- {{if $item.drop.dropping}}{{/if}}
- {{if $item.drop.pagedrop}}{{/if}}
-
-
- -- $item.item_photo_menu -
-- {{ if $item.star }} --
-
-
- {{ endif }}
- {{ if $item.tagger }}
- -
-
-
- {{ endif }}
- {{ if $item.vote }}
- -
-
- {{ if $item.vote.dislike }}
-
- {{ endif }}
- {{ if $item.vote.share }}
- {{ endif }}
-
-
- {{ endif }}
-
-
- {{ if $item.filer }} -
- {{ endif }}
- {{ if $item.plink }}
-
- {{ endif }}
- {{ if $item.edpost }}
-
- {{ endif }}
-
- -
- {{ if $item.drop.dropping }}{{ endif }}
- {{ if $item.drop.pagedrop }}{{ endif }}
-
-
- --
-
-
-
-
-
-
-
-
- - - {{ if $qcomment }} - - {{ endif }} - - --
-
-
-
-
-
-
-
-
- - - - -- $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 }} - - -- {{ if $connect }} -- $connect
- {{ endif }}
- {{ if $wallmessage }}
- - $wallmessage
- {{ endif }}
-
-$header
- --
-
-
-
-
-
-
-
-
- - - {{if $qcomment}} - - {{/if}} - - --
-
-
-
-
-
-
-
-
- - - - -- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - - -- {{if $connect}} -- {{$connect}}
- {{/if}}
- {{if $wallmessage}}
- - {{$wallmessage}}
- {{/if}}
-
-{{$header}}
- -$title
- -- {{ for $groups as $group }} --
- {{ if $group.cid }}
-
- {{ endif }}
- {{ if $group.edit }}
-
- {{ endif }}
- $group.text
-
- {{ endfor }}
-
--
- $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 }} - -- {{ if $connect }} -- $connect
- {{ endif }}
-
-- $item.item_photo_menu -
-{{$title}}
- -- {{foreach $groups as $group}} --
- {{if $group.cid}}
-
- {{/if}}
- {{if $group.edit}}
-
- {{/if}}
- {{$group.text}}
-
- {{/foreach}}
-
--
- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - -- {{if $connect}} -- {{$connect}}
- {{/if}}
-
-- {{$item.item_photo_menu}} -
-$admtxt
--- $admin.site.1
- - $admin.users.1
- - $admin.plugins.1
- - $admin.themes.1
- - $admin.dbsync.1
-
- -{{ if $admin.update }} --- $admin.update.1
- - Important Changes
-
-{{ endif }} - - -{{ if $admin.plugins_admin }}$plugadmtxt
{{ endif }} -- {{ for $admin.plugins_admin as $l }} -- $l.1
- {{ endfor }}
-
- - -$logtxt
--- $admin.logs.1
-
- diff --git a/view/theme/frost-mobile/admin_site.tpl b/view/theme/frost-mobile/admin_site.tpl deleted file mode 100644 index 61f52b18d..000000000 --- a/view/theme/frost-mobile/admin_site.tpl +++ /dev/null @@ -1,67 +0,0 @@ - -$title - $page
- -$registration
- {{ inc field_input.tpl with $field=$register_text }}{{ endinc }} - {{ inc field_select.tpl with $field=$register_policy }}{{ endinc }} - - {{ inc field_checkbox.tpl with $field=$no_multi_reg }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$no_openid }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$no_regfullname }}{{ endinc }} - - - -$upload
- {{ inc field_input.tpl with $field=$maximagesize }}{{ endinc }} - {{ inc field_input.tpl with $field=$maximagelength }}{{ endinc }} - {{ inc field_input.tpl with $field=$jpegimagequality }}{{ endinc }} - -$corporate
- {{ inc field_input.tpl with $field=$allowed_sites }}{{ endinc }} - {{ 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_checkbox.tpl with $field=$ostatus_disabled }}{{ endinc }} - {{ inc field_select.tpl with $field=$ostatus_poll_interval }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$diaspora_enabled }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$dfrn_only }}{{ endinc }} - {{ inc field_input.tpl with $field=$global_directory }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$thread_allow }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$newuser_private }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$enotify_no_content }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$private_addons }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$disable_embedded }}{{ endinc }} - - -$advanced
- {{ inc field_checkbox.tpl with $field=$no_utf }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$verifyssl }}{{ endinc }} - {{ inc field_input.tpl with $field=$proxy }}{{ endinc }} - {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} - {{ inc field_input.tpl with $field=$timeout }}{{ endinc }} - {{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} - {{ inc field_input.tpl with $field=$poll_interval }}{{ endinc }} - {{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }} - {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} - - - -$title - $page
- -$h_pending
- {{ if $pending }} -$no_pending
- {{ endif }} - - - - -$h_users
- {{ if $users }} --
-
-
-
-
-{##}
-
- {##} -{##} - - {{ if $qcomment }} - - {{ endif }} - - -- {{ for $tabs as $tab }} -- $tab.label
- {{ endfor }}
-
-
diff --git a/view/theme/frost-mobile/contact_block.tpl b/view/theme/frost-mobile/contact_block.tpl deleted file mode 100644 index a8e34fce1..000000000 --- a/view/theme/frost-mobile/contact_block.tpl +++ /dev/null @@ -1,12 +0,0 @@ -{##} diff --git a/view/theme/frost-mobile/contact_edit.tpl b/view/theme/frost-mobile/contact_edit.tpl deleted file mode 100644 index e5f12950c..000000000 --- a/view/theme/frost-mobile/contact_edit.tpl +++ /dev/null @@ -1,93 +0,0 @@ - -$header
- --$relation_text
- $nettype
- {{ if $lost_contact }}
- $lost_contact
- {{ endif }}
- {{ if $insecure }}
- $insecure
- {{ endif }}
- {{ if $blocked }}
- $blocked
- {{ endif }}
- {{ if $ignored }}
- $ignored
- {{ endif }}
- {{ if $archived }}
- $archived
- {{ endif }}
-
- -
-
- {{ if $common_text }}
- $common_text
- {{ endif }}
- {{ if $all_friends }}
- $all_friends
- {{ endif }}
-
-
- - $lblrecent
- {{ if $lblsuggest }}
- - $lblsuggest
- {{ endif }}
-
-
-$lbl_info1
- - -$lbl_vis1
-$lbl_vis2
-- {{ for $contact.photo_menu as $c }} - {{ if $c.2 }} -- $c.0
- {{ else }}
- - $c.0
- {{ endif }}
- {{ endfor }}
-
--{{ if $contact.alt_text }}
$header{{ if $total }} ($total){{ endif }}
- -{{ if $finding }}$finding
{{ endif }} - -$title
--$desc -
-- $field.3 -
- - $field.3 -
- - $field.3 -
- - $field.3 -
- {{ for $items as $item }} -- $item.label
- {{ endfor }}
-
-
- --
-
- {{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }} - -
-
$title
-- -
- -
-$desc -
-- -
diff --git a/view/theme/frost-mobile/mail_list.tpl b/view/theme/frost-mobile/mail_list.tpl deleted file mode 100644 index 5be7f3862..000000000 --- a/view/theme/frost-mobile/mail_list.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
-
-
-
-
-
-
-
-
-
- - - - --
$album.1
- -$pagename
- -$banner
- --- $viewprof
-- $cl_prof
-
-- $del_prof
-
-
--$lbl_about -
- - - --$lbl_hobbies -
- - - --$lbl_likes -
- - - --$lbl_dislikes -
- - - --$lbl_social -
- - - --$lbl_music -
- - - --$lbl_book -
- - - --$lbl_tv -
- - - --$lbl_film -
- - - --$lbl_love -
- - - --$lbl_work -
- - - --$lbl_school -
- - - -$title
- -- $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 }} - - -- {{ if $connect }} -- $connect
- {{ endif }}
- {{ if $wallmessage }}
- - $wallmessage
- {{ endif }}
-
-$header
- -$regtitle
-- -
$realpeople
- --{{ if $oidlabel }} -
$fillwith $fillext
-- -{{ if $invitations }} - -
$invite_desc
-- -
- -
- -
$nickdesc
-- -
- -$license - -
$ptitle
- -$nickname_block - -$h_pass
- -{{inc field_password.tpl with $field=$password1 }}{{endinc}} -{{inc field_password.tpl with $field=$password2 }}{{endinc}} -{{inc field_password.tpl with $field=$password3 }}{{endinc}} - -{{ if $oid_enable }} -{{inc field_input.tpl with $field=$openid }}{{endinc}} -{{ endif }} - -$h_basic
- -{{inc field_input.tpl with $field=$username }}{{endinc}} -{{inc field_input.tpl with $field=$email }}{{endinc}} -{{inc field_password.tpl with $field=$password4 }}{{endinc}} -{{inc field_custom.tpl with $field=$timezone }}{{endinc}} -{{inc field_input.tpl with $field=$defloc }}{{endinc}} -{{inc field_checkbox.tpl with $field=$allowloc }}{{endinc}} - - -$h_prv
- - - - -{{inc field_input.tpl with $field=$maxreq }}{{endinc}} - -$profile_in_dir - -$profile_in_net_dir - -$hide_friends - -$hide_wall - -$blockwall - -$blocktags - -$suggestme - -$unkmail - - -{{inc field_input.tpl with $field=$cntunkmail }}{{endinc}} - -{{inc field_input.tpl with $field=$expire.days }}{{endinc}} - - -$expire.advanced
- {{ inc field_yesno.tpl with $field=$expire.items }}{{endinc}} - {{ inc field_yesno.tpl with $field=$expire.notes }}{{endinc}} - {{ inc field_yesno.tpl with $field=$expire.starred }}{{endinc}} - {{ inc field_yesno.tpl with $field=$expire.network_only }}{{endinc}} -- - -$group_select - - -
$h_not
-$h_advn
-{{$admtxt}}
--- {{$admin.site.1}}
- - {{$admin.users.1}}
- - {{$admin.plugins.1}}
- - {{$admin.themes.1}}
- - {{$admin.dbsync.1}}
-
- -{{if $admin.update}} --- {{$admin.update.1}}
- - Important Changes
-
-{{/if}} - - -{{if $admin.plugins_admin}}{{$plugadmtxt}}
{{/if}} -- {{foreach $admin.plugins_admin as $l}} -- {{$l.1}}
- {{/foreach}}
-
- - -{{$logtxt}}
--- {{$admin.logs.1}}
-
- diff --git a/view/theme/frost-mobile/smarty3/admin_site.tpl b/view/theme/frost-mobile/smarty3/admin_site.tpl deleted file mode 100644 index 035024e68..000000000 --- a/view/theme/frost-mobile/smarty3/admin_site.tpl +++ /dev/null @@ -1,72 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$title}} - {{$page}}
- -{{$registration}}
- {{include file="field_input.tpl" field=$register_text}} - {{include file="field_select.tpl" field=$register_policy}} - - {{include file="field_checkbox.tpl" field=$no_multi_reg}} - {{include file="field_checkbox.tpl" field=$no_openid}} - {{include file="field_checkbox.tpl" field=$no_regfullname}} - - - -{{$upload}}
- {{include file="field_input.tpl" field=$maximagesize}} - {{include file="field_input.tpl" field=$maximagelength}} - {{include file="field_input.tpl" field=$jpegimagequality}} - -{{$corporate}}
- {{include file="field_input.tpl" field=$allowed_sites}} - {{include file="field_input.tpl" field=$allowed_email}} - {{include file="field_checkbox.tpl" field=$block_public}} - {{include file="field_checkbox.tpl" field=$force_publish}} - {{include file="field_checkbox.tpl" field=$no_community_page}} - {{include file="field_checkbox.tpl" field=$ostatus_disabled}} - {{include file="field_select.tpl" field=$ostatus_poll_interval}} - {{include file="field_checkbox.tpl" field=$diaspora_enabled}} - {{include file="field_checkbox.tpl" field=$dfrn_only}} - {{include file="field_input.tpl" field=$global_directory}} - {{include file="field_checkbox.tpl" field=$thread_allow}} - {{include file="field_checkbox.tpl" field=$newuser_private}} - {{include file="field_checkbox.tpl" field=$enotify_no_content}} - {{include file="field_checkbox.tpl" field=$private_addons}} - {{include file="field_checkbox.tpl" field=$disable_embedded}} - - -{{$advanced}}
- {{include file="field_checkbox.tpl" field=$no_utf}} - {{include file="field_checkbox.tpl" field=$verifyssl}} - {{include file="field_input.tpl" field=$proxy}} - {{include file="field_input.tpl" field=$proxyuser}} - {{include file="field_input.tpl" field=$timeout}} - {{include file="field_input.tpl" field=$delivery_interval}} - {{include file="field_input.tpl" field=$poll_interval}} - {{include file="field_input.tpl" field=$maxloadavg}} - {{include file="field_input.tpl" field=$abandon_days}} - - - -{{$title}} - {{$page}}
- -{{$h_pending}}
- {{if $pending}} -{{$no_pending}}
- {{/if}} - - - - -{{$h_users}}
- {{if $users}} --
-
-
-
-
-{{**}}
-
- {{**}} -{{**}} - - {{if $qcomment}} - - {{/if}} - - -- {{foreach $tabs as $tab}} -- {{$tab.label}}
- {{/foreach}}
-
-
diff --git a/view/theme/frost-mobile/smarty3/contact_block.tpl b/view/theme/frost-mobile/smarty3/contact_block.tpl deleted file mode 100644 index 5a0a26b87..000000000 --- a/view/theme/frost-mobile/smarty3/contact_block.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{**}} diff --git a/view/theme/frost-mobile/smarty3/contact_edit.tpl b/view/theme/frost-mobile/smarty3/contact_edit.tpl deleted file mode 100644 index 924acb0c1..000000000 --- a/view/theme/frost-mobile/smarty3/contact_edit.tpl +++ /dev/null @@ -1,98 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$header}}
- --{{$relation_text}}
- {{$nettype}}
- {{if $lost_contact}}
- {{$lost_contact}}
- {{/if}}
- {{if $insecure}}
- {{$insecure}}
- {{/if}}
- {{if $blocked}}
- {{$blocked}}
- {{/if}}
- {{if $ignored}}
- {{$ignored}}
- {{/if}}
- {{if $archived}}
- {{$archived}}
- {{/if}}
-
- -
-
- {{if $common_text}}
- {{$common_text}}
- {{/if}}
- {{if $all_friends}}
- {{$all_friends}}
- {{/if}}
-
-
- - {{$lblrecent}}
- {{if $lblsuggest}}
- - {{$lblsuggest}}
- {{/if}}
-
-
-{{$lbl_info1}}
- - -{{$lbl_vis1}}
-{{$lbl_vis2}}
-- {{foreach $contact.photo_menu as $c}} - {{if $c.2}} -- {{$c.0}}
- {{else}}
- - {{$c.0}}
- {{/if}}
- {{/foreach}}
-
--{{if $contact.alt_text}}
{{$header}}{{if $total}} ({{$total}}){{/if}}
- -{{if $finding}}{{$finding}}
{{/if}} - -{{$title}}
--{{$desc}} -
-- {{$field.3}} -
- - {{$field.3}} -
- - {{$field.3}} -
- - {{$field.3}} -
- {{foreach $items as $item}} -- {{$item.label}}
- {{/foreach}}
-
-
- --
-
- {{include file="field_checkbox.tpl" field=$lremember}} - -
-
{{$title}}
-- -
- -
-{{$desc}} -
-- -
diff --git a/view/theme/frost-mobile/smarty3/mail_list.tpl b/view/theme/frost-mobile/smarty3/mail_list.tpl deleted file mode 100644 index 0607c15c7..000000000 --- a/view/theme/frost-mobile/smarty3/mail_list.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
-
-
-
-
-
-
-
-
-
- - - - --
{{$album.1}}
- -{{$pagename}}
- -{{$banner}}
- --- {{$viewprof}}
-- {{$cl_prof}}
-
-- {{$del_prof}}
-
-
--{{$lbl_about}} -
- - - --{{$lbl_hobbies}} -
- - - --{{$lbl_likes}} -
- - - --{{$lbl_dislikes}} -
- - - --{{$lbl_social}} -
- - - --{{$lbl_music}} -
- - - --{{$lbl_book}} -
- - - --{{$lbl_tv}} -
- - - --{{$lbl_film}} -
- - - --{{$lbl_love}} -
- - - --{{$lbl_work}} -
- - - --{{$lbl_school}} -
- - - -{{$title}}
- -- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - - -- {{if $connect}} -- {{$connect}}
- {{/if}}
- {{if $wallmessage}}
- - {{$wallmessage}}
- {{/if}}
-
-{{$header}}
- -{{$regtitle}}
-- -
{{$realpeople}}
- --{{if $oidlabel}} -
{{$fillwith}} {{$fillext}}
-- -{{if $invitations}} - -
{{$invite_desc}}
-- -
- -
- -
{{$nickdesc}}
-- -
- -{{$license}} - -
{{$ptitle}}
- -{{$nickname_block}} - -{{$h_pass}}
- -{{include file="field_password.tpl" field=$password1}} -{{include file="field_password.tpl" field=$password2}} -{{include file="field_password.tpl" field=$password3}} - -{{if $oid_enable}} -{{include file="field_input.tpl" field=$openid}} -{{/if}} - -{{$h_basic}}
- -{{include file="field_input.tpl" field=$username}} -{{include file="field_input.tpl" field=$email}} -{{include file="field_password.tpl" field=$password4}} -{{include file="field_custom.tpl" field=$timezone}} -{{include file="field_input.tpl" field=$defloc}} -{{include file="field_checkbox.tpl" field=$allowloc}} - - -{{$h_prv}}
- - - - -{{include file="field_input.tpl" field=$maxreq}} - -{{$profile_in_dir}} - -{{$profile_in_net_dir}} - -{{$hide_friends}} - -{{$hide_wall}} - -{{$blockwall}} - -{{$blocktags}} - -{{$suggestme}} - -{{$unkmail}} - - -{{include file="field_input.tpl" field=$cntunkmail}} - -{{include file="field_input.tpl" field=$expire.days}} - - -{{$expire.advanced}}
- {{include file="field_yesno.tpl" field=$expire.items}} - {{include file="field_yesno.tpl" field=$expire.notes}} - {{include file="field_yesno.tpl" field=$expire.starred}} - {{include file="field_yesno.tpl" field=$expire.network_only}} -- - -{{$group_select}} - - -
{{$h_not}}
-{{$h_advn}}
--
-
$admtxt
--- $admin.site.1
- - $admin.users.1
- - $admin.plugins.1
- - $admin.themes.1
- - $admin.dbsync.1
-
- -{{ if $admin.update }} --- $admin.update.1
- - Important Changes
-
-{{ endif }} - - -{{ if $admin.plugins_admin }}$plugadmtxt
{{ endif }} -- {{ for $admin.plugins_admin as $l }} -- $l.1
- {{ endfor }}
-
- - -$logtxt
--- $admin.logs.1
-
- diff --git a/view/theme/frost/admin_site.tpl b/view/theme/frost/admin_site.tpl deleted file mode 100644 index 07a76a827..000000000 --- a/view/theme/frost/admin_site.tpl +++ /dev/null @@ -1,76 +0,0 @@ - -$title - $page
- -$registration
- {{ inc field_input.tpl with $field=$register_text }}{{ endinc }} - {{ inc field_select.tpl with $field=$register_policy }}{{ endinc }} - {{ inc field_input.tpl with $field=$daily_registrations }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$no_multi_reg }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$no_openid }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$no_regfullname }}{{ endinc }} - - - -$upload
- {{ inc field_input.tpl with $field=$maximagesize }}{{ endinc }} - {{ inc field_input.tpl with $field=$maximagelength }}{{ endinc }} - {{ inc field_input.tpl with $field=$jpegimagequality }}{{ endinc }} - -$corporate
- {{ inc field_input.tpl with $field=$allowed_sites }}{{ endinc }} - {{ 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_checkbox.tpl with $field=$ostatus_disabled }}{{ endinc }} - {{ inc field_select.tpl with $field=$ostatus_poll_interval }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$diaspora_enabled }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$dfrn_only }}{{ endinc }} - {{ inc field_input.tpl with $field=$global_directory }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$thread_allow }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$newuser_private }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$enotify_no_content }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$private_addons }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$disable_embedded }}{{ endinc }} - - -$advanced
- {{ inc field_checkbox.tpl with $field=$no_utf }}{{ endinc }} - {{ inc field_checkbox.tpl with $field=$verifyssl }}{{ endinc }} - {{ inc field_input.tpl with $field=$proxy }}{{ endinc }} - {{ inc field_input.tpl with $field=$proxyuser }}{{ endinc }} - {{ inc field_input.tpl with $field=$timeout }}{{ endinc }} - {{ inc field_input.tpl with $field=$delivery_interval }}{{ endinc }} - {{ inc field_input.tpl with $field=$poll_interval }}{{ endinc }} - {{ inc field_input.tpl with $field=$maxloadavg }}{{ endinc }} - {{ inc field_input.tpl with $field=$abandon_days }}{{ endinc }} - {{ inc field_input.tpl with $field=$lockpath }}{{ endinc }} - {{ inc field_input.tpl with $field=$temppath }}{{ endinc }} - {{ inc field_input.tpl with $field=$basepath }}{{ endinc }} - -$performance
- {{ inc field_checkbox.tpl with $field=$use_fulltext_engine }}{{ endinc }} - {{ inc field_input.tpl with $field=$itemcache }}{{ endinc }} - {{ inc field_input.tpl with $field=$itemcache_duration }}{{ endinc }} - - - - -$title - $page
- -$h_pending
- {{ if $pending }} -$no_pending
- {{ endif }} - - - - -$h_users
- {{ if $users }} --
-
-
-
-
-
-
-
-
-{##} -{##} - - {{ if $qcomment }} - - {{ endif }} - - -$header
- --$relation_text
- $nettype
- {{ if $lost_contact }}
- $lost_contact
- {{ endif }}
- {{ if $insecure }}
- $insecure
- {{ endif }}
- {{ if $blocked }}
- $blocked
- {{ endif }}
- {{ if $ignored }}
- $ignored
- {{ endif }}
- {{ if $archived }}
- $archived
- {{ endif }}
-
- -
-
- {{ if $common_text }}
- $common_text
- {{ endif }}
- {{ if $all_friends }}
- $all_friends
- {{ endif }}
-
-
- - $lblrecent
- {{ if $lblsuggest }}
- - $lblsuggest
- {{ endif }}
-
-
-$lbl_info1
- - -$lbl_vis1
-$lbl_vis2
-- {{ for $contact.photo_menu as $c }} - {{ if $c.2 }} -- $c.0
- {{ else }}
- - $c.0
- {{ endif }}
- {{ endfor }}
-
--{{ if $contact.alt_text }}
$header{{ if $total }} ($total){{ endif }}
- -{{ if $finding }}$finding
{{ endif }} - -$tabs - -$title
--$desc -
-$title
- --$desc -
- -- -
-- FileBrowser
-
-- {{ for $folders as $f }}- $f.1
{{ endfor }}
-
-- {{ for $files as $f }} -- $f.1
- {{ endfor }}
-
--
-
- {{ inc field_checkbox.tpl with $field=$lremember }}{{ endinc }} - -
- -
$title
-- -
-$desc -
-- -
diff --git a/view/theme/frost/mail_list.tpl b/view/theme/frost/mail_list.tpl deleted file mode 100644 index 5be7f3862..000000000 --- a/view/theme/frost/mail_list.tpl +++ /dev/null @@ -1,16 +0,0 @@ -
-
-
-
-
-
-
-
-
-
- - - - -- -
$album.1
- -$pagename
- -$title
- - -$banner
- --- $viewprof
-- $cl_prof
-
-- $del_prof
-
-
--$lbl_about -
- - - --$lbl_hobbies -
- - - --$lbl_likes -
- - - --$lbl_dislikes -
- - - --$lbl_social -
- - - --$lbl_music -
- - - --$lbl_book -
- - - --$lbl_tv -
- - - --$lbl_film -
- - - --$lbl_love -
- - - --$lbl_work -
- - - --$lbl_school -
- - - -- $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 }} - - -- {{ if $connect }} -- $connect
- {{ endif }}
- {{ if $wallmessage }}
- - $wallmessage
- {{ endif }}
-
-$header
- -$regtitle
-- -
$realpeople
- --{{ if $oidlabel }} -
$fillwith $fillext
-- -{{ if $invitations }} - -
$invite_desc
-- -
$nickdesc
-- -
- -
- $item.item_photo_menu -
- {##} -{{$admtxt}}
--- {{$admin.site.1}}
- - {{$admin.users.1}}
- - {{$admin.plugins.1}}
- - {{$admin.themes.1}}
- - {{$admin.dbsync.1}}
-
- -{{if $admin.update}} --- {{$admin.update.1}}
- - Important Changes
-
-{{/if}} - - -{{if $admin.plugins_admin}}{{$plugadmtxt}}
{{/if}} -- {{foreach $admin.plugins_admin as $l}} -- {{$l.1}}
- {{/foreach}}
-
- - -{{$logtxt}}
--- {{$admin.logs.1}}
-
- diff --git a/view/theme/frost/smarty3/admin_site.tpl b/view/theme/frost/smarty3/admin_site.tpl deleted file mode 100644 index af0eebacc..000000000 --- a/view/theme/frost/smarty3/admin_site.tpl +++ /dev/null @@ -1,81 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$title}} - {{$page}}
- -{{$registration}}
- {{include file="field_input.tpl" field=$register_text}} - {{include file="field_select.tpl" field=$register_policy}} - {{include file="field_input.tpl" field=$daily_registrations}} - {{include file="field_checkbox.tpl" field=$no_multi_reg}} - {{include file="field_checkbox.tpl" field=$no_openid}} - {{include file="field_checkbox.tpl" field=$no_regfullname}} - - - -{{$upload}}
- {{include file="field_input.tpl" field=$maximagesize}} - {{include file="field_input.tpl" field=$maximagelength}} - {{include file="field_input.tpl" field=$jpegimagequality}} - -{{$corporate}}
- {{include file="field_input.tpl" field=$allowed_sites}} - {{include file="field_input.tpl" field=$allowed_email}} - {{include file="field_checkbox.tpl" field=$block_public}} - {{include file="field_checkbox.tpl" field=$force_publish}} - {{include file="field_checkbox.tpl" field=$no_community_page}} - {{include file="field_checkbox.tpl" field=$ostatus_disabled}} - {{include file="field_select.tpl" field=$ostatus_poll_interval}} - {{include file="field_checkbox.tpl" field=$diaspora_enabled}} - {{include file="field_checkbox.tpl" field=$dfrn_only}} - {{include file="field_input.tpl" field=$global_directory}} - {{include file="field_checkbox.tpl" field=$thread_allow}} - {{include file="field_checkbox.tpl" field=$newuser_private}} - {{include file="field_checkbox.tpl" field=$enotify_no_content}} - {{include file="field_checkbox.tpl" field=$private_addons}} - {{include file="field_checkbox.tpl" field=$disable_embedded}} - - -{{$advanced}}
- {{include file="field_checkbox.tpl" field=$no_utf}} - {{include file="field_checkbox.tpl" field=$verifyssl}} - {{include file="field_input.tpl" field=$proxy}} - {{include file="field_input.tpl" field=$proxyuser}} - {{include file="field_input.tpl" field=$timeout}} - {{include file="field_input.tpl" field=$delivery_interval}} - {{include file="field_input.tpl" field=$poll_interval}} - {{include file="field_input.tpl" field=$maxloadavg}} - {{include file="field_input.tpl" field=$abandon_days}} - {{include file="field_input.tpl" field=$lockpath}} - {{include file="field_input.tpl" field=$temppath}} - {{include file="field_input.tpl" field=$basepath}} - -{{$performance}}
- {{include file="field_checkbox.tpl" field=$use_fulltext_engine}} - {{include file="field_input.tpl" field=$itemcache}} - {{include file="field_input.tpl" field=$itemcache_duration}} - - - - -{{$title}} - {{$page}}
- -{{$h_pending}}
- {{if $pending}} -{{$no_pending}}
- {{/if}} - - - - -{{$h_users}}
- {{if $users}} --
-
-
-
-
-
-
-
-
-{{**}} -{{**}} - - {{if $qcomment}} - - {{/if}} - - -{{$header}}
- --{{$relation_text}}
- {{$nettype}}
- {{if $lost_contact}}
- {{$lost_contact}}
- {{/if}}
- {{if $insecure}}
- {{$insecure}}
- {{/if}}
- {{if $blocked}}
- {{$blocked}}
- {{/if}}
- {{if $ignored}}
- {{$ignored}}
- {{/if}}
- {{if $archived}}
- {{$archived}}
- {{/if}}
-
- -
-
- {{if $common_text}}
- {{$common_text}}
- {{/if}}
- {{if $all_friends}}
- {{$all_friends}}
- {{/if}}
-
-
- - {{$lblrecent}}
- {{if $lblsuggest}}
- - {{$lblsuggest}}
- {{/if}}
-
-
-{{$lbl_info1}}
- - -{{$lbl_vis1}}
-{{$lbl_vis2}}
-- {{foreach $contact.photo_menu as $c}} - {{if $c.2}} -- {{$c.0}}
- {{else}}
- - {{$c.0}}
- {{/if}}
- {{/foreach}}
-
--{{if $contact.alt_text}}
{{$header}}{{if $total}} ({{$total}}){{/if}}
- -{{if $finding}}{{$finding}}
{{/if}} - -{{$tabs}} - -{{$title}}
--{{$desc}} -
-{{$title}}
- --{{$desc}} -
- -- -
-- FileBrowser
-
-- {{foreach $folders as $f}}- {{$f.1}}
{{/foreach}}
-
-- {{foreach $files as $f}} -- {{$f.1}}
- {{/foreach}}
-
--
-
- {{include file="field_checkbox.tpl" field=$lremember}} - -
- -
{{$title}}
-- -
-{{$desc}} -
-- -
diff --git a/view/theme/frost/smarty3/mail_list.tpl b/view/theme/frost/smarty3/mail_list.tpl deleted file mode 100644 index 0607c15c7..000000000 --- a/view/theme/frost/smarty3/mail_list.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
-
-
-
-
-
-
-
-
-
- - - - -- -
{{$album.1}}
- -{{$pagename}}
- -{{$title}}
- - -{{$banner}}
- --- {{$viewprof}}
-- {{$cl_prof}}
-
-- {{$del_prof}}
-
-
--{{$lbl_about}} -
- - - --{{$lbl_hobbies}} -
- - - --{{$lbl_likes}} -
- - - --{{$lbl_dislikes}} -
- - - --{{$lbl_social}} -
- - - --{{$lbl_music}} -
- - - --{{$lbl_book}} -
- - - --{{$lbl_tv}} -
- - - --{{$lbl_film}} -
- - - --{{$lbl_love}} -
- - - --{{$lbl_work}} -
- - - --{{$lbl_school}} -
- - - -- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - - -- {{if $connect}} -- {{$connect}}
- {{/if}}
- {{if $wallmessage}}
- - {{$wallmessage}}
- {{/if}}
-
-{{$header}}
- -{{$regtitle}}
-- -
{{$realpeople}}
- --{{if $oidlabel}} -
{{$fillwith}} {{$fillext}}
-- -{{if $invitations}} - -
{{$invite_desc}}
-- -
{{$nickdesc}}
-- -
- -
- {{$item.item_photo_menu}} -
- {{**}} -- {{$item.item_photo_menu}} -
-{{**}} - --
- $item.item_photo_menu -
-{##} - --
-
-
-
-
-
-
-
-
-
- - {{ if $qcomment }} - - {{ endif }} - -- {{ for $contact.photo_menu as $c }} - {{ if $c.2 }} -- $c.0
- {{ else }}
- - $c.0
- {{ endif }}
- {{ endfor }}
-
- {{ endif }} -diff --git a/view/theme/quattro/fileas_widget.tpl b/view/theme/quattro/fileas_widget.tpl deleted file mode 100644 index 1e5a76044..000000000 --- a/view/theme/quattro/fileas_widget.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
$title
--- $all
- {{ for $terms as $term }}
- - $term.name
- {{ endfor }}
-
- -$title
{{endif}} - {{if $desc}}- {{ for $items as $item }} -- $item.label
- {{ endfor }}
-
- -$title
- $add -- {{ for $groups as $group }} --
-
- $group.text
-
- {{ if $group.edit }}
- $group.edit.title
- {{ endif }}
- {{ if $group.cid }}
-
- {{ endif }}
-
- {{ endfor }}
-
--
- -#} diff --git a/view/theme/quattro/mail_display.tpl b/view/theme/quattro/mail_display.tpl deleted file mode 100644 index 2b680ae42..000000000 --- a/view/theme/quattro/mail_display.tpl +++ /dev/null @@ -1,12 +0,0 @@ -
$title
--- $all
- {{ for $nets as $net }}
-
- $net.name
- {{ endfor }}
-
- -$album.1
- -- {{ for $profile.menu.entries as $e }} --
- $e.profile_name
-
- {{ endfor }}
- - $profile.menu.chg_photo
- - $profile.menu.cr_new
-
-
-- $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 }} - -- {{ if $connect }} -- $connect
- {{ endif }}
- {{ if $wallmessage }}
- - $wallmessage
- {{ endif }}
-
-$header
- -$title
- -- {{ for $saved as $search }} --
- $search.term
-
-
- {{ endfor }}
-
- - $searchbox - -- $item.item_photo_menu -
- -$item.title
{{ endif }} - $item.body --
-
-
-
-
-
-
-
-
- - {{if $qcomment}} - - {{/if}} - -- {{foreach $contact.photo_menu as $c}} - {{if $c.2}} -- {{$c.0}}
- {{else}}
- - {{$c.0}}
- {{/if}}
- {{/foreach}}
-
- {{/if}} -diff --git a/view/theme/quattro/smarty3/fileas_widget.tpl b/view/theme/quattro/smarty3/fileas_widget.tpl deleted file mode 100644 index 555ac5feb..000000000 --- a/view/theme/quattro/smarty3/fileas_widget.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
{{$title}}
--- {{$all}}
- {{foreach $terms as $term}}
- - {{$term.name}}
- {{/foreach}}
-
- -{{$title}}
{{/if}} - {{if $desc}}- {{foreach $items as $item}} -- {{$item.label}}
- {{/foreach}}
-
- -{{$title}}
- {{$add}} -- {{foreach $groups as $group}} --
-
- {{$group.text}}
-
- {{if $group.edit}}
- {{$group.edit.title}}
- {{/if}}
- {{if $group.cid}}
-
- {{/if}}
-
- {{/foreach}}
-
--
- -*}} diff --git a/view/theme/quattro/smarty3/mail_display.tpl b/view/theme/quattro/smarty3/mail_display.tpl deleted file mode 100644 index dc1fbbc6f..000000000 --- a/view/theme/quattro/smarty3/mail_display.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
{{$title}}
--- {{$all}}
- {{foreach $nets as $net}}
-
- {{$net.name}}
- {{/foreach}}
-
- -{{$album.1}}
- -- {{foreach $profile.menu.entries as $e}} --
- {{$e.profile_name}}
-
- {{/foreach}}
- - {{$profile.menu.chg_photo}}
- - {{$profile.menu.cr_new}}
-
-
-- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - -- {{if $connect}} -- {{$connect}}
- {{/if}}
- {{if $wallmessage}}
- - {{$wallmessage}}
- {{/if}}
-
-{{$header}}
- -{{$title}}
- -- {{foreach $saved as $search}} --
- {{$search.term}}
-
-
- {{/foreach}}
-
- - {{$searchbox}} - -- {{$item.item_photo_menu}} -
- -{{$item.title}}
{{/if}} - {{$item.body}} -- {{$item.item_photo_menu}} -
- -- {{$item.item_photo_menu}} -
- -{{$item.title}}
{{/if}} - {{$item.body}} -{{$item.to}} {{$item.owner_name}} {{$item.vwall}} - {{/if}} -
- $item.item_photo_menu -
- -- $item.item_photo_menu -
- -$item.title
{{ endif }} - $item.body -$item.to $item.owner_name $item.vwall - {{ endif }} -
diff --git a/view/theme/slackr/smarty3/birthdays_reminder.tpl b/view/theme/slackr/smarty3/birthdays_reminder.tpl deleted file mode 100644 index 8af03b33a..000000000 --- a/view/theme/slackr/smarty3/birthdays_reminder.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{if $classtoday}} - -{{/if}} - diff --git a/view/theme/slackr/smarty3/events_reminder.tpl b/view/theme/slackr/smarty3/events_reminder.tpl deleted file mode 100644 index 0f699a302..000000000 --- a/view/theme/slackr/smarty3/events_reminder.tpl +++ /dev/null @@ -1,44 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - -
diff --git a/view/theme/smoothly/bottom.tpl b/view/theme/smoothly/bottom.tpl deleted file mode 100644 index 347d87094..000000000 --- a/view/theme/smoothly/bottom.tpl +++ /dev/null @@ -1,52 +0,0 @@ - - diff --git a/view/theme/smoothly/follow.tpl b/view/theme/smoothly/follow.tpl deleted file mode 100644 index 09258b9c3..000000000 --- a/view/theme/smoothly/follow.tpl +++ /dev/null @@ -1,8 +0,0 @@ -
$connect
-- -
-
- -
- $item.item_photo_menu -
-{{$connect}}
-- -
-
- -
- {{$item.item_photo_menu}} -
-- {{$item.item_photo_menu}} -
--
- $item.item_photo_menu -
--
$title
- - -$title
- -- {{ for $groups as $group }} --
- {{ if $group.cid }}
-
- {{ endif }}
- {{ if $group.edit }}
-
- {{ endif }}
- $group.text
-
- {{ endfor }}
-
--
$tags - - {{ if $connlnk }} -
$desc
- -$album.1
- -- $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 }} - -- {{ if $connect }} -- $connect
- {{ endif }}
-
-$title
- $searchbox - -- {{ for $saved as $search }} --
-
- $search.term
-
- {{ endfor }}
-
- -- $item.item_photo_menu -
-{{$title}}
- - -{{$title}}
- -- {{foreach $groups as $group}} --
- {{if $group.cid}}
-
- {{/if}}
- {{if $group.edit}}
-
- {{/if}}
- {{$group.text}}
-
- {{/foreach}}
-
--
{{$tags}} - - {{if $connlnk}} -
{{$desc}}
- -{{$album.1}}
- -- {{$location}}
- -
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal_code}}
-
- {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - -- {{if $connect}} -- {{$connect}}
- {{/if}}
-
-{{$title}}
- {{$searchbox}} - -- {{foreach $saved as $search}} --
-
- {{$search.term}}
-
- {{/foreach}}
-
- -- {{$item.item_photo_menu}} -
-- {{$item.item_photo_menu}} -
-- $item.item_photo_menu -
-- {{ for $profile.menu.entries as $e }} --
- $e.profile_name
-
- {{ endfor }}
- - $profile.menu.chg_photo
- - $profile.menu.cr_new
- - $profile.edit.3
-
-
-- $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 }} - -- {{ if $connect }} -- $connect
- {{ endif }}
-
-- $item.item_photo_menu -
- -$item.title
{{ endif }} - $item.body -- {{foreach $profile.menu.entries as $e}} --
- {{$e.profile_name}}
-
- {{/foreach}}
- - {{$profile.menu.chg_photo}}
- - {{$profile.menu.cr_new}}
- - {{$profile.edit.3}}
-
-
-- {{$location}}
-
- {{if $profile.address}}
{{$profile.address}} {{/if}}
-
- {{$profile.locality}}{{if $profile.locality}}, {{/if}}
- {{$profile.region}}
- {{$profile.postal-code}}
-
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
-
-
- {{/if}} - - {{if $gender}}-
- {{$gender}}
- {{$profile.gender}}
{{/if}} - - {{if $profile.pubkey}} {{/if}} - - {{if $marital}}- ♥{{$marital}}
- {{$profile.marital}}
{{/if}} - - {{if $homepage}}- {{$homepage}}
- {{$profile.homepage}}
{{/if}} - - {{include file="diaspora_vcard.tpl"}} - -- {{if $connect}} -- {{$connect}}
- {{/if}}
-
-- {{$item.item_photo_menu}} -
- -{{$item.title}}
{{/if}} - {{$item.body}} -- {{$item.item_photo_menu}} -
- -{{$item.title}}
{{/if}} - {{$item.body}} -- $item.item_photo_menu -
- -$item.title
{{ endif }} - $item.body -$title
- - -{{ for $options as $o }} --- $o.1
- - $o.2
-
-{{ endfor }} \ No newline at end of file diff --git a/view/uimport.tpl b/view/uimport.tpl deleted file mode 100644 index 8950c8b54..000000000 --- a/view/uimport.tpl +++ /dev/null @@ -1,13 +0,0 @@ -$import.title
-$import.intro
-$import.instruct
-$import.warn
- {{inc field_custom.tpl with $field=$import.field }}{{ endinc }} - - -$title
- -{{ for $contacts as $contact }} - {{ inc contact_template.tpl }}{{ endinc }} -{{ endfor }} - - - -$paginate diff --git a/view/voting_fakelink.tpl b/view/voting_fakelink.tpl deleted file mode 100644 index a1ff04a70..000000000 --- a/view/voting_fakelink.tpl +++ /dev/null @@ -1 +0,0 @@ -$phrase diff --git a/view/wall_thread.tpl b/view/wall_thread.tpl deleted file mode 100644 index 716956c65..000000000 --- a/view/wall_thread.tpl +++ /dev/null @@ -1,120 +0,0 @@ -{{if $item.comment_firstcollapsed}} -- $item.item_photo_menu -
--
$header
- -$subheader
- -