From d5b717dc7782335f5983a1d76d4bcf9956901d73 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Mon, 17 Nov 2014 16:49:34 -0500 Subject: Moving app icon images to /themes/_global/img/appicon/, updating Baggy and Default themes to point there --- themes/default/_head.twig | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) (limited to 'themes/default') diff --git a/themes/default/_head.twig b/themes/default/_head.twig index 8c939e30..23620688 100755 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig @@ -1,14 +1,36 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - \ No newline at end of file + + + + -- cgit v1.2.3 From 7a0f454d39e891c15afa7fc1912c81b6d4bfd9dc Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Mon, 17 Nov 2014 16:51:38 -0500 Subject: Removing app icons from previous locations --- .../default/img/apple-touch-icon-144x144-precomposed.png | Bin 2361 -> 0 bytes .../default/img/apple-touch-icon-72x72-precomposed.png | Bin 1375 -> 0 bytes themes/default/img/apple-touch-icon.png | Bin 1174 -> 0 bytes themes/default/img/favicon.ico | Bin 346 -> 0 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 themes/default/img/apple-touch-icon-144x144-precomposed.png delete mode 100644 themes/default/img/apple-touch-icon-72x72-precomposed.png delete mode 100644 themes/default/img/apple-touch-icon.png delete mode 100644 themes/default/img/favicon.ico (limited to 'themes/default') diff --git a/themes/default/img/apple-touch-icon-144x144-precomposed.png b/themes/default/img/apple-touch-icon-144x144-precomposed.png deleted file mode 100644 index 9e951230..00000000 Binary files a/themes/default/img/apple-touch-icon-144x144-precomposed.png and /dev/null differ diff --git a/themes/default/img/apple-touch-icon-72x72-precomposed.png b/themes/default/img/apple-touch-icon-72x72-precomposed.png deleted file mode 100644 index 263419b1..00000000 Binary files a/themes/default/img/apple-touch-icon-72x72-precomposed.png and /dev/null differ diff --git a/themes/default/img/apple-touch-icon.png b/themes/default/img/apple-touch-icon.png deleted file mode 100644 index ac8a1cf0..00000000 Binary files a/themes/default/img/apple-touch-icon.png and /dev/null differ diff --git a/themes/default/img/favicon.ico b/themes/default/img/favicon.ico deleted file mode 100644 index 0e9ff779..00000000 Binary files a/themes/default/img/favicon.ico and /dev/null differ -- cgit v1.2.3 From 9d2140c9a10233b92281201e02d6298d7e241662 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Mon, 17 Nov 2014 16:54:15 -0500 Subject: Fixing earlier commit wherein I lowercased some JS calls --- themes/default/_head.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/default') diff --git a/themes/default/_head.twig b/themes/default/_head.twig index 23620688..d2a637fb 100755 --- a/themes/default/_head.twig +++ b/themes/default/_head.twig @@ -30,7 +30,7 @@ - - - - + + + + -- cgit v1.2.3