diff options
Diffstat (limited to 'themes/admin_wind/views/admin.html.php')
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 2 |
1 files changed, 1 insertions, 1 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") ?> |