diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-22 12:50:21 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-22 12:50:21 -0400 |
commit | 3bce5d00eef5cd6c255ab63bd7391de4557a1784 (patch) | |
tree | f5ac535d3c4b7fbed8371d6ba5e758f7f496460d /themes | |
parent | fbf02970e1c454ad99b2fc01a897a8de834d7e7c (diff) |
Renamed apple_touch_url to apple_touch_icon_url.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 | ||||
-rw-r--r-- | themes/wind/views/page.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index 0d35ac97..12301e02 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -16,7 +16,7 @@ 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")) ?>" /> + href="<?= url::file(module::get_var("gallery", "apple_touch_icon_url")) ?>" /> <?= $theme->script("jquery.js") ?> <?= $theme->script("jquery.form.js") ?> diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 8b9ddf8a..1c67ff9d 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -22,7 +22,7 @@ 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")) ?>" /> + href="<?= url::file(module::get_var("gallery", "apple_touch_icon_url")) ?>" /> <? if ($theme->page_type == "collection"): ?> <? if ($thumb_proportion != 1): ?> <? $new_width = round($thumb_proportion * 213) ?> |