diff options
author | friendica <info@friendica.com> | 2014-05-23 15:30:22 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-23 15:30:22 -0700 |
commit | 059b6cd411e7034bd6b1b6de02dc34984259bd11 (patch) | |
tree | 97d300cbb3cae7c05bb905069277e6a81c791991 /view | |
parent | 5519f402d65f77ccc5a9266f8a26006f6920b2aa (diff) | |
download | volse-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-x | view/tpl/apps.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/settings_display.tpl | 1 |
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" > |