From c8852d455e77624baf9e6ac852c1176f45462e70 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 28 Mar 2013 21:13:18 +0000 Subject: Template clean up. --- view/tpl/smarty3/admin_remoteupdate.tpl | 103 ------------------- view/tpl/smarty3/atom_mail.tpl | 22 ----- view/tpl/smarty3/atom_suggest.tpl | 16 --- view/tpl/smarty3/auto_request.tpl | 42 -------- view/tpl/smarty3/contact_edit.tpl | 94 ------------------ view/tpl/smarty3/content.tpl | 7 -- view/tpl/smarty3/dfrn_req_confirm.tpl | 26 ----- view/tpl/smarty3/dfrn_request.tpl | 64 ------------ view/tpl/smarty3/diasp_dec_hdr.tpl | 13 --- view/tpl/smarty3/directory_item.tpl | 16 --- view/tpl/smarty3/events.tpl | 29 ------ view/tpl/smarty3/fake_feed.tpl | 18 ---- view/tpl/smarty3/field_openid.tpl | 11 --- view/tpl/smarty3/follow_slap.tpl | 30 ------ view/tpl/smarty3/magicsig.tpl | 14 --- view/tpl/smarty3/moderated_comment.tpl | 39 -------- view/tpl/smarty3/notifications_network_item.tpl | 8 -- view/tpl/smarty3/page_display.tpl | 2 +- view/tpl/smarty3/pagetypes.tpl | 10 -- view/tpl/smarty3/profile-hide-friends.tpl | 21 ---- view/tpl/smarty3/profile-hide-wall.tpl | 21 ---- view/tpl/smarty3/profile-in-directory.tpl | 21 ---- view/tpl/smarty3/profile-in-netdir.tpl | 21 ---- view/tpl/smarty3/profile_publish.tpl | 21 ---- view/tpl/smarty3/settings_nick_subdir.tpl | 11 --- view/tpl/smarty3/tag_slap.tpl | 35 ------- view/tpl/smarty3/wall_item.tpl | 84 ---------------- view/tpl/smarty3/wall_thread.tpl | 125 ------------------------ view/tpl/smarty3/wallmessage.tpl | 37 ------- view/tpl/smarty3/wallmsg-header.tpl | 87 ----------------- view/tpl/smarty3/wallwall_item.tpl | 91 ----------------- view/tpl/smarty3/wallwall_thread.tpl | 112 --------------------- 32 files changed, 1 insertion(+), 1250 deletions(-) delete mode 100644 view/tpl/smarty3/admin_remoteupdate.tpl delete mode 100644 view/tpl/smarty3/atom_mail.tpl delete mode 100644 view/tpl/smarty3/atom_suggest.tpl delete mode 100644 view/tpl/smarty3/auto_request.tpl delete mode 100644 view/tpl/smarty3/contact_edit.tpl delete mode 100644 view/tpl/smarty3/content.tpl delete mode 100644 view/tpl/smarty3/dfrn_req_confirm.tpl delete mode 100644 view/tpl/smarty3/dfrn_request.tpl delete mode 100644 view/tpl/smarty3/diasp_dec_hdr.tpl delete mode 100644 view/tpl/smarty3/directory_item.tpl delete mode 100644 view/tpl/smarty3/events.tpl delete mode 100644 view/tpl/smarty3/fake_feed.tpl delete mode 100644 view/tpl/smarty3/field_openid.tpl delete mode 100644 view/tpl/smarty3/follow_slap.tpl delete mode 100644 view/tpl/smarty3/magicsig.tpl delete mode 100644 view/tpl/smarty3/moderated_comment.tpl delete mode 100644 view/tpl/smarty3/notifications_network_item.tpl delete mode 100644 view/tpl/smarty3/pagetypes.tpl delete mode 100644 view/tpl/smarty3/profile-hide-friends.tpl delete mode 100644 view/tpl/smarty3/profile-hide-wall.tpl delete mode 100644 view/tpl/smarty3/profile-in-directory.tpl delete mode 100644 view/tpl/smarty3/profile-in-netdir.tpl delete mode 100644 view/tpl/smarty3/profile_publish.tpl delete mode 100644 view/tpl/smarty3/settings_nick_subdir.tpl delete mode 100644 view/tpl/smarty3/tag_slap.tpl delete mode 100644 view/tpl/smarty3/wall_item.tpl delete mode 100644 view/tpl/smarty3/wall_thread.tpl delete mode 100644 view/tpl/smarty3/wallmessage.tpl delete mode 100644 view/tpl/smarty3/wallmsg-header.tpl delete mode 100644 view/tpl/smarty3/wallwall_item.tpl delete mode 100644 view/tpl/smarty3/wallwall_thread.tpl (limited to 'view/tpl/smarty3') diff --git a/view/tpl/smarty3/admin_remoteupdate.tpl b/view/tpl/smarty3/admin_remoteupdate.tpl deleted file mode 100644 index cee0ef9b8..000000000 --- a/view/tpl/smarty3/admin_remoteupdate.tpl +++ /dev/null @@ -1,103 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - -
-
Your version:
{{$localversion}}
-{{if $needupdate}} -
New version:
{{$remoteversion}}
- -
- - - {{if $canwrite}} -
- {{else}} -

Your friendica installation is not writable by web server.

- {{if $canftp}} -

You can try to update via FTP

- {{include file="field_input.tpl" field=$ftphost}} - {{include file="field_input.tpl" field=$ftppath}} - {{include file="field_input.tpl" field=$ftpuser}} - {{include file="field_password.tpl" field=$ftppwd}} -
- {{/if}} - {{/if}} -
-{{else}} -

No updates

-{{/if}} -
diff --git a/view/tpl/smarty3/atom_mail.tpl b/view/tpl/smarty3/atom_mail.tpl deleted file mode 100644 index adf75a3e7..000000000 --- a/view/tpl/smarty3/atom_mail.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - - {{$name}} - {{$profile_page}} - {{$thumb}} - - - {{$item_id}} - {{$parent_id}} - {{$created}} - {{$subject}} - {{$content}} - - - diff --git a/view/tpl/smarty3/atom_suggest.tpl b/view/tpl/smarty3/atom_suggest.tpl deleted file mode 100644 index c0d1a1b3c..000000000 --- a/view/tpl/smarty3/atom_suggest.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - {{$url}} - {{$name}} - {{$photo}} - {{$request}} - {{$note}} - - - diff --git a/view/tpl/smarty3/auto_request.tpl b/view/tpl/smarty3/auto_request.tpl deleted file mode 100644 index 662ca2447..000000000 --- a/view/tpl/smarty3/auto_request.tpl +++ /dev/null @@ -1,42 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -

{{$header}}

- -

-{{$page_desc}}
-

-

-

-{{$invite_desc}} -

-

-{{$desc}} -

- -
- -
- - -
-
- - -
- -
- -
- - -
-
diff --git a/view/tpl/smarty3/contact_edit.tpl b/view/tpl/smarty3/contact_edit.tpl deleted file mode 100644 index 28d067af1..000000000 --- a/view/tpl/smarty3/contact_edit.tpl +++ /dev/null @@ -1,94 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -

{{$header}}

- -
- - {{$tab_str}} - - - - - - -
- -
-
- - -
- - - - {{if $poll_enabled}} -
-
{{$lastupdtext}} {{$last_update}}
- {{$updpub}} {{$poll_interval}} {{$udnow}} -
- {{/if}} -
- - {{include file="field_checkbox.tpl" field=$hidden}} - -
-

{{$lbl_info1}}

- - -
-
- - -
-

{{$lbl_vis1}}

-

{{$lbl_vis2}}

-
-{{$profile_select}} -
- - - -
-
diff --git a/view/tpl/smarty3/content.tpl b/view/tpl/smarty3/content.tpl deleted file mode 100644 index 811f92dd5..000000000 --- a/view/tpl/smarty3/content.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
-
diff --git a/view/tpl/smarty3/dfrn_req_confirm.tpl b/view/tpl/smarty3/dfrn_req_confirm.tpl deleted file mode 100644 index c941a201d..000000000 --- a/view/tpl/smarty3/dfrn_req_confirm.tpl +++ /dev/null @@ -1,26 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -

-{{$welcome}} -
-{{$please}} - -

-
- - - -{{$aes_allow}} - - - - - -
- -
-
\ No newline at end of file diff --git a/view/tpl/smarty3/dfrn_request.tpl b/view/tpl/smarty3/dfrn_request.tpl deleted file mode 100644 index b08a0b731..000000000 --- a/view/tpl/smarty3/dfrn_request.tpl +++ /dev/null @@ -1,64 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -

{{$header}}

- -

-{{$page_desc}}
-{{$invite_desc}} -

-

-{{$desc}} -

- -
- -
- - -
-
- -

-{{$pls_answer}} -

- -
- - -

-{{$does_know}} -

- -
- - - -
-
-
- - - -
-
- - -

-{{$add_note}} -

-
- -
- - -
- -
- - -
-
diff --git a/view/tpl/smarty3/diasp_dec_hdr.tpl b/view/tpl/smarty3/diasp_dec_hdr.tpl deleted file mode 100644 index c3305ecd0..000000000 --- a/view/tpl/smarty3/diasp_dec_hdr.tpl +++ /dev/null @@ -1,13 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - {{$inner_iv}} - {{$inner_key}} - - {{$author_name}} - {{$author_uri}} - - diff --git a/view/tpl/smarty3/directory_item.tpl b/view/tpl/smarty3/directory_item.tpl deleted file mode 100644 index ae52646b8..000000000 --- a/view/tpl/smarty3/directory_item.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
-
-
- {{$alt_text}} -
-
- -
{{$name}}
-
{{$details}}
-
diff --git a/view/tpl/smarty3/events.tpl b/view/tpl/smarty3/events.tpl deleted file mode 100644 index 45366a77d..000000000 --- a/view/tpl/smarty3/events.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$tabs}} -

{{$title}}

- - - -
- - {{$calendar}} - -
-
- - -{{foreach $events as $event}} -
- {{if $event.is_first}}
{{$event.d}}
{{/if}} - {{if $event.item.author-name}}{{$event.item.author-name}}{{/if}} - {{$event.html}} - {{if $event.item.plink}}{{/if}} - {{if $event.edit}}{{/if}} -
-
- -{{/foreach}} diff --git a/view/tpl/smarty3/fake_feed.tpl b/view/tpl/smarty3/fake_feed.tpl deleted file mode 100644 index fd875de71..000000000 --- a/view/tpl/smarty3/fake_feed.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - fake feed - fake title - - 1970-01-01T00:00:00Z - - - Fake Name - http://example.com - - diff --git a/view/tpl/smarty3/field_openid.tpl b/view/tpl/smarty3/field_openid.tpl deleted file mode 100644 index b00ddabcd..000000000 --- a/view/tpl/smarty3/field_openid.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
- - - {{$field.3}} -
diff --git a/view/tpl/smarty3/follow_slap.tpl b/view/tpl/smarty3/follow_slap.tpl deleted file mode 100644 index b31b4ef95..000000000 --- a/view/tpl/smarty3/follow_slap.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - {{$name}} - {{$profile_page}} - - - - - {{$item_id}} - {{$title}} - {{$published}} - {{$content}} - - - http://activitystrea.ms/schema/1.0/person - {{$profile_page}} - - - - {{$nick}} - {{$name}} - - {{$verb}} - {{$ostat_follow}} - diff --git a/view/tpl/smarty3/magicsig.tpl b/view/tpl/smarty3/magicsig.tpl deleted file mode 100644 index af8dbb5bc..000000000 --- a/view/tpl/smarty3/magicsig.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - -{{$data}} - -{{$encoding}} -{{$algorithm}} -{{$signature}} - diff --git a/view/tpl/smarty3/moderated_comment.tpl b/view/tpl/smarty3/moderated_comment.tpl deleted file mode 100644 index 1e4e9b6d4..000000000 --- a/view/tpl/smarty3/moderated_comment.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
-
- - - - - - - -
- {{$mytitle}} -
-
- - - -
- - -
-
- -
diff --git a/view/tpl/smarty3/notifications_network_item.tpl b/view/tpl/smarty3/notifications_network_item.tpl deleted file mode 100644 index c3381d682..000000000 --- a/view/tpl/smarty3/notifications_network_item.tpl +++ /dev/null @@ -1,8 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - diff --git a/view/tpl/smarty3/page_display.tpl b/view/tpl/smarty3/page_display.tpl index 0f02086f2..e61a86fc9 100644 --- a/view/tpl/smarty3/page_display.tpl +++ b/view/tpl/smarty3/page_display.tpl @@ -8,5 +8,5 @@
{{$date}}
-
body
+
{{$body}}
diff --git a/view/tpl/smarty3/pagetypes.tpl b/view/tpl/smarty3/pagetypes.tpl deleted file mode 100644 index 15cd3047a..000000000 --- a/view/tpl/smarty3/pagetypes.tpl +++ /dev/null @@ -1,10 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - {{include file="field_radio.tpl" field=$page_normal}} - {{include file="field_radio.tpl" field=$page_community}} - {{include file="field_radio.tpl" field=$page_prvgroup}} - {{include file="field_radio.tpl" field=$page_soapbox}} - {{include file="field_radio.tpl" field=$page_freelove}} diff --git a/view/tpl/smarty3/profile-hide-friends.tpl b/view/tpl/smarty3/profile-hide-friends.tpl deleted file mode 100644 index 6e3d395d0..000000000 --- a/view/tpl/smarty3/profile-hide-friends.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -

-{{$desc}} -

- -
- - - -
-
-
- - - -
-
diff --git a/view/tpl/smarty3/profile-hide-wall.tpl b/view/tpl/smarty3/profile-hide-wall.tpl deleted file mode 100644 index 755908d17..000000000 --- a/view/tpl/smarty3/profile-hide-wall.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -

-{{$desc}} -

- -
- - - -
-
-
- - - -
-
diff --git a/view/tpl/smarty3/profile-in-directory.tpl b/view/tpl/smarty3/profile-in-directory.tpl deleted file mode 100644 index 0efd1bf5c..000000000 --- a/view/tpl/smarty3/profile-in-directory.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -

-{{$desc}} -

- -
- - - -
-
-
- - - -
-
diff --git a/view/tpl/smarty3/profile-in-netdir.tpl b/view/tpl/smarty3/profile-in-netdir.tpl deleted file mode 100644 index b9cb456ea..000000000 --- a/view/tpl/smarty3/profile-in-netdir.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -

-{{$desc}} -

- -
- - - -
-
-
- - - -
-
diff --git a/view/tpl/smarty3/profile_publish.tpl b/view/tpl/smarty3/profile_publish.tpl deleted file mode 100644 index 1dc9eb7fc..000000000 --- a/view/tpl/smarty3/profile_publish.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -

-{{$pubdesc}} -

- -
- - - -
-
-
- - - -
-
diff --git a/view/tpl/smarty3/settings_nick_subdir.tpl b/view/tpl/smarty3/settings_nick_subdir.tpl deleted file mode 100644 index 874185db5..000000000 --- a/view/tpl/smarty3/settings_nick_subdir.tpl +++ /dev/null @@ -1,11 +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
address '{{$baseurl}}/profile/{{$nickname}}'. -

\ No newline at end of file diff --git a/view/tpl/smarty3/tag_slap.tpl b/view/tpl/smarty3/tag_slap.tpl deleted file mode 100644 index 5521b508d..000000000 --- a/view/tpl/smarty3/tag_slap.tpl +++ /dev/null @@ -1,35 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - {{$name}} - {{$profile_page}} - - - - - {{$item_id}} - {{$title}} - {{$published}} - {{$content}} - - - http://activitystrea.ms/schema/1.0/person - {{$profile_page}} - - - - {{$nick}} - {{$name}} - - {{$verb}} - - - - - - - diff --git a/view/tpl/smarty3/wall_item.tpl b/view/tpl/smarty3/wall_item.tpl deleted file mode 100644 index 6eea3cdfe..000000000 --- a/view/tpl/smarty3/wall_item.tpl +++ /dev/null @@ -1,84 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
-
-
-
- - {{$item.name}} - - menu -
-
    - {{$item.item_photo_menu}} -
-
-
-
-
- {{if $item.lock}}
{{$item.lock}}
- {{else}}
{{/if}} -
{{$item.location}}
-
-
-
- {{$item.name}} -
{{$item.localtime}}{{if $item.app}}{{$item.str_app}}{{/if}}
- -
-
-
{{$item.title}}
-
-
{{$item.body}} -
- {{foreach $item.tags as $tag}} - {{$tag}} - {{/foreach}} -
-
-
-
- {{if $item.vote}} - - {{/if}} - {{if $item.plink}} - - {{/if}} - {{if $item.edpost}} - - {{/if}} - - {{if $item.star}} - - - {{/if}} - {{if $item.filer}} - - {{/if}} -
- {{if $item.drop.dropping}}{{/if}} -
- {{if $item.drop.pagedropping}}{{/if}} -
-
-
-
- -
{{$item.dislike}}
-
- {{$item.comment}} -
- -
-
diff --git a/view/tpl/smarty3/wall_thread.tpl b/view/tpl/smarty3/wall_thread.tpl deleted file mode 100644 index 47a1e2a59..000000000 --- a/view/tpl/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.num_comments}} {{$item.hide_text}} -
- {{/if}} diff --git a/view/tpl/smarty3/wallmessage.tpl b/view/tpl/smarty3/wallmessage.tpl deleted file mode 100644 index 6eeabe9ed..000000000 --- a/view/tpl/smarty3/wallmessage.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -

{{$header}}

- -

{{$subheader}}

- -
-
- -{{$parent}} - -
{{$to}}
-{{$recipname}} - -
{{$subject}}
- - -
{{$yourmessage}}
- - - -
- - -
- -
-
-
-
-
diff --git a/view/tpl/smarty3/wallmsg-header.tpl b/view/tpl/smarty3/wallmsg-header.tpl deleted file mode 100644 index 1f5a1abc1..000000000 --- a/view/tpl/smarty3/wallmsg-header.tpl +++ /dev/null @@ -1,87 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - - - - diff --git a/view/tpl/smarty3/wallwall_item.tpl b/view/tpl/smarty3/wallwall_item.tpl deleted file mode 100644 index a7430e8da..000000000 --- a/view/tpl/smarty3/wallwall_item.tpl +++ /dev/null @@ -1,91 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
-
-
-
- - {{$item.owner_name}} -
-
{{$item.wall}}
-
- - {{$item.name}} - menu -
-
    - {{$item.item_photo_menu}} -
-
- -
-
-
- {{if $item.lock}}
{{$item.lock}}
- {{else}}
{{/if}} -
{{$item.location}}
-
-
-
- {{$item.name}} {{$item.to}} {{$item.owner_name}} {{$item.vwall}}
-
{{$item.ago}}{{if $item.app}}{{$item.str_app}}{{/if}}
-
-
-
{{$item.title}}
-
-
{{$item.body}} -
- {{foreach $item.tags as $tag}} - {{$tag}} - {{/foreach}} -
-
-
-
- {{if $item.vote}} - - {{/if}} - {{if $item.plink}} - - {{/if}} - {{if $item.edpost}} - - {{/if}} - - {{if $item.star}} - - - {{/if}} - {{if $item.filer}} - - {{/if}} - -
- {{if $item.drop.dropping}}{{/if}} -
- {{if $item.drop.pagedropping}}{{/if}} -
-
-
-
- -
{{$item.dislike}}
-
-
- {{$item.comment}} -
- -
-
- diff --git a/view/tpl/smarty3/wallwall_thread.tpl b/view/tpl/smarty3/wallwall_thread.tpl deleted file mode 100644 index 4c17f5106..000000000 --- a/view/tpl/smarty3/wallwall_thread.tpl +++ /dev/null @@ -1,112 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{if $item.comment_firstcollapsed}} -
- {{$item.num_comments}} {{$item.hide_text}} -
- {{/if}} -- cgit v1.2.3