From 3985aa07b4d81474615a3bb8e5a94a0217715267 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 10 Oct 2013 02:15:44 -0700 Subject: more icon tweaks - this could be going on for some time; try to get icon code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. --- include/text.php | 2 +- mod/photos.php | 4 ++-- version.inc | 2 +- view/tpl/like_noshare.tpl | 4 ++-- view/tpl/photo_view.tpl | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/include/text.php b/include/text.php index 8efa1e925..8f700458c 100755 --- a/include/text.php +++ b/include/text.php @@ -726,7 +726,7 @@ function search($s,$id='search-box',$url='/search',$save = false) { $a = get_app(); $o = '
'; $o .= '
'; - $o .= ''; + $o .= ''; $o .= ''; if($save) $o .= ''; diff --git a/mod/photos.php b/mod/photos.php index 45c8e67c6..f751d7d4f 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -975,7 +975,7 @@ function photos_content(&$a) { } if($prevlink) - $prevlink = array($prevlink, '') ; + $prevlink = array($prevlink, '') ; $photo = array( 'href' => $a->get_baseurl() . '/photo/' . $hires['resource_id'] . '-' . $hires['scale'] . '.' . $phototypes[$hires['type']], @@ -984,7 +984,7 @@ function photos_content(&$a) { ); if($nextlink) - $nextlink = array($nextlink, ''); + $nextlink = array($nextlink, ''); // Do we have an item for this photo? diff --git a/version.inc b/version.inc index adcdb44e8..65354e8e8 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-10-09.461 +2013-10-10.462 diff --git a/view/tpl/like_noshare.tpl b/view/tpl/like_noshare.tpl index d2cf0f742..60ba14d8c 100755 --- a/view/tpl/like_noshare.tpl +++ b/view/tpl/like_noshare.tpl @@ -1,5 +1,5 @@ diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index f825dcba6..cdaae67e4 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -7,12 +7,12 @@ {{if $tools}} {{$tools.profile.1}} {{/if}} -{{if $lock}} | {{$lock}} {{/if}} +{{if $lock}} | {{/if}}
-{{if $prevlink}}{{/if}} +{{if $prevlink}}{{/if}}
-{{if $nextlink}}{{/if}} +{{if $nextlink}}{{/if}}
{{$desc}}
{{if $tags}} -- cgit v1.2.3