aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-23 15:30:22 -0700
committerfriendica <info@friendica.com>2014-05-23 15:30:22 -0700
commit059b6cd411e7034bd6b1b6de02dc34984259bd11 (patch)
tree97d300cbb3cae7c05bb905069277e6a81c791991 /view
parent5519f402d65f77ccc5a9266f8a26006f6920b2aa (diff)
downloadvolse-hubzilla-059b6cd411e7034bd6b1b6de02dc34984259bd11.tar.gz
volse-hubzilla-059b6cd411e7034bd6b1b6de02dc34984259bd11.tar.bz2
volse-hubzilla-059b6cd411e7034bd6b1b6de02dc34984259bd11.zip
add randprof app and do away with the universally hated chanview-iframe mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/apps.tpl2
-rwxr-xr-xview/tpl/settings_display.tpl1
2 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl
index 02a6bd047..d8e538cb7 100755
--- a/view/tpl/apps.tpl
+++ b/view/tpl/apps.tpl
@@ -2,7 +2,7 @@
{{foreach $apps as $ap}}
<div class="app-container">
-<a href="{{$ap.url}}" {{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" />
+<a href="{{$ap.url}}" {{if $ap.target}}target="{{$ap.target}}" {{/if}}{{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" />
<div class="app-name">{{$ap.name}}</div>
</a>
</div>
diff --git a/view/tpl/settings_display.tpl b/view/tpl/settings_display.tpl
index 924b4b33f..a2038b930 100755
--- a/view/tpl/settings_display.tpl
+++ b/view/tpl/settings_display.tpl
@@ -9,7 +9,6 @@
{{include file="field_input.tpl" field=$ajaxint}}
{{include file="field_input.tpl" field=$itemspage}}
{{include file="field_checkbox.tpl" field=$nosmile}}
-{{include file="field_checkbox.tpl" field=$chanview_full}}
<div class="settings-submit-wrapper" >