Created apple-touch-icon and added to wind and admin_wind themes.

This commit is contained in:
Chad Kieffer
2011-04-22 12:37:28 -04:00
parent 14eadea2c2
commit 4a9b45c9c3
8 changed files with 21 additions and 4 deletions

View File

@@ -15,6 +15,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")) ?>" />
<?= $theme->script("jquery.js") ?>
<?= $theme->script("jquery.form.js") ?>