summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/page.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index 2b86556d..8b9ddf8a 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -21,7 +21,8 @@
<link rel="shortcut icon"
href="<?= url::file(module::get_var("gallery", "favicon_url")) ?>"
type="image/x-icon" />
-
+ <link rel="apple-touch-icon-precomposed"
+ href="<?= url::file(module::get_var("gallery", "apple_touch_url")) ?>" />
<? if ($theme->page_type == "collection"): ?>
<? if ($thumb_proportion != 1): ?>
<? $new_width = round($thumb_proportion * 213) ?>