From 7f4ed739de781709473271291fa91ded6d67b0ac Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 8 Jan 2017 10:13:12 +0100 Subject: [PATCH] moved images to img folder --- CHANGELOG.md | 3 ++- browserconfig.xml | 6 +++--- .../android-chrome-192x192.png | Bin .../android-chrome-512x512.png | Bin apple-touch-icon.png => img/apple-touch-icon.png | Bin favicon-16x16.png => img/favicon-16x16.png | Bin favicon-32x32.png => img/favicon-32x32.png | Bin favicon.ico => img/favicon.ico | Bin mstile-144x144.png => img/mstile-144x144.png | Bin mstile-150x150.png => img/mstile-150x150.png | Bin mstile-310x150.png => img/mstile-310x150.png | Bin mstile-310x310.png => img/mstile-310x310.png | Bin mstile-70x70.png => img/mstile-70x70.png | Bin safari-pinned-tab.svg => img/safari-pinned-tab.svg | 0 manifest.json | 4 ++-- tpl/bootstrap.php | 10 +++++----- tpl/page.php | 10 +++++----- 17 files changed, 17 insertions(+), 16 deletions(-) rename android-chrome-192x192.png => img/android-chrome-192x192.png (100%) rename android-chrome-512x512.png => img/android-chrome-512x512.png (100%) rename apple-touch-icon.png => img/apple-touch-icon.png (100%) rename favicon-16x16.png => img/favicon-16x16.png (100%) rename favicon-32x32.png => img/favicon-32x32.png (100%) rename favicon.ico => img/favicon.ico (100%) rename mstile-144x144.png => img/mstile-144x144.png (100%) rename mstile-150x150.png => img/mstile-150x150.png (100%) rename mstile-310x150.png => img/mstile-310x150.png (100%) rename mstile-310x310.png => img/mstile-310x310.png (100%) rename mstile-70x70.png => img/mstile-70x70.png (100%) rename safari-pinned-tab.svg => img/safari-pinned-tab.svg (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfb8a11..6197bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ * **next (not yet released)** * ADDED: Translations for Spanish and Occitan - * ADDED: Option in configuration to change the default "PrivateBin" title on the site. + * ADDED: Option in configuration to change the default "PrivateBin" title of the site + * CHANGED: Cleanup of bootstrap template variants and moved icons to `img` directory * **1.1 (2016-12-26)** * ADDED: Translations for Italian and Russian * ADDED: Loading message displayed until decryption succeeded for slower (in terms of CPU or network) systems diff --git a/browserconfig.xml b/browserconfig.xml index f0a0a02..7a25581 100644 --- a/browserconfig.xml +++ b/browserconfig.xml @@ -2,9 +2,9 @@ - - - + + + #ffc40d diff --git a/android-chrome-192x192.png b/img/android-chrome-192x192.png similarity index 100% rename from android-chrome-192x192.png rename to img/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/img/android-chrome-512x512.png similarity index 100% rename from android-chrome-512x512.png rename to img/android-chrome-512x512.png diff --git a/apple-touch-icon.png b/img/apple-touch-icon.png similarity index 100% rename from apple-touch-icon.png rename to img/apple-touch-icon.png diff --git a/favicon-16x16.png b/img/favicon-16x16.png similarity index 100% rename from favicon-16x16.png rename to img/favicon-16x16.png diff --git a/favicon-32x32.png b/img/favicon-32x32.png similarity index 100% rename from favicon-32x32.png rename to img/favicon-32x32.png diff --git a/favicon.ico b/img/favicon.ico similarity index 100% rename from favicon.ico rename to img/favicon.ico diff --git a/mstile-144x144.png b/img/mstile-144x144.png similarity index 100% rename from mstile-144x144.png rename to img/mstile-144x144.png diff --git a/mstile-150x150.png b/img/mstile-150x150.png similarity index 100% rename from mstile-150x150.png rename to img/mstile-150x150.png diff --git a/mstile-310x150.png b/img/mstile-310x150.png similarity index 100% rename from mstile-310x150.png rename to img/mstile-310x150.png diff --git a/mstile-310x310.png b/img/mstile-310x310.png similarity index 100% rename from mstile-310x310.png rename to img/mstile-310x310.png diff --git a/mstile-70x70.png b/img/mstile-70x70.png similarity index 100% rename from mstile-70x70.png rename to img/mstile-70x70.png diff --git a/safari-pinned-tab.svg b/img/safari-pinned-tab.svg similarity index 100% rename from safari-pinned-tab.svg rename to img/safari-pinned-tab.svg diff --git a/manifest.json b/manifest.json index 47ab71d..d92382f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,12 +2,12 @@ "name": "PrivateBin", "icons": [ { - "src": "android-chrome-192x192.png", + "src": "img/android-chrome-192x192.png", "sizes": "192x192", "type": "image\/png" }, { - "src": "android-chrome-512x512.png", + "src": "img/android-chrome-512x512.png", "sizes": "512x512", "type": "image\/png" } diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index b0b85c9..951ba1f6 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -73,12 +73,12 @@ endif; - - - + + + - - + + diff --git a/tpl/page.php b/tpl/page.php index 6fe619f..a4bdce3 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -51,12 +51,12 @@ endif; - - - + + + - - + +