diff options
author | root <root@bawker.net> | 2014-05-10 11:35:16 -0700 |
---|---|---|
committer | root <root@bawker.net> | 2014-05-10 11:35:16 -0700 |
commit | d1e0479f58e32c63160c7ad9dbd0c1c2363a1b6c (patch) | |
tree | 878ee3657b539cef409fb8b71d3263605aa26455 /view | |
parent | 874b8d40ff14e39bac4875efbaee2f24121d20bd (diff) | |
download | volse-hubzilla-d1e0479f58e32c63160c7ad9dbd0c1c2363a1b6c.tar.gz volse-hubzilla-d1e0479f58e32c63160c7ad9dbd0c1c2363a1b6c.tar.bz2 volse-hubzilla-d1e0479f58e32c63160c7ad9dbd0c1c2363a1b6c.zip |
Removed some unnecessary changes.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/head.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/photo_view.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index 496758079..a212fd486 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> -<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=1"> +<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0"> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index 099c5cd17..b34f3fcf5 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -9,7 +9,7 @@ </div> {{if $prevlink}}<div id="photo-prev-link"><a href="{{$prevlink.0}}"><i class="icon-backward photo-icons"></i></div>{{/if}} -<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}"; return false;" ><img style="max-width: 100%;" src="{{$photo.src}}" /></a></div> +<div id="photo-photo"><a href="{{$photo.href}}" title="{{$photo.title}}" onclick="$.colorbox({href: '{{$photo.href}}'}); return false;" ><img style="max-width: 100%;" src="{{$photo.src}}" /></a></div> {{if $nextlink}}<div id="photo-next-link"><a href="{{$nextlink.0}}"><i class="icon-forward photo-icons"></i></a></div>{{/if}} <div id="photo-photo-end"></div> <div id="photo-caption">{{$desc}}</div> |