diff --git a/bl-themes/editorial/assets/favicon.png b/bl-themes/editorial/assets/favicon.png new file mode 100644 index 00000000..60349a2b Binary files /dev/null and b/bl-themes/editorial/assets/favicon.png differ diff --git a/bl-themes/editorial/images/pic01.jpg b/bl-themes/editorial/images/pic01.jpg deleted file mode 100644 index 7add3889..00000000 Binary files a/bl-themes/editorial/images/pic01.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic02.jpg b/bl-themes/editorial/images/pic02.jpg deleted file mode 100644 index e148901c..00000000 Binary files a/bl-themes/editorial/images/pic02.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic03.jpg b/bl-themes/editorial/images/pic03.jpg deleted file mode 100644 index b890e572..00000000 Binary files a/bl-themes/editorial/images/pic03.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic04.jpg b/bl-themes/editorial/images/pic04.jpg deleted file mode 100644 index f0c1b627..00000000 Binary files a/bl-themes/editorial/images/pic04.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic05.jpg b/bl-themes/editorial/images/pic05.jpg deleted file mode 100644 index cda4792b..00000000 Binary files a/bl-themes/editorial/images/pic05.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic06.jpg b/bl-themes/editorial/images/pic06.jpg deleted file mode 100644 index 891b92f4..00000000 Binary files a/bl-themes/editorial/images/pic06.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic07.jpg b/bl-themes/editorial/images/pic07.jpg deleted file mode 100644 index 18f7248d..00000000 Binary files a/bl-themes/editorial/images/pic07.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic08.jpg b/bl-themes/editorial/images/pic08.jpg deleted file mode 100644 index 844923fc..00000000 Binary files a/bl-themes/editorial/images/pic08.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic09.jpg b/bl-themes/editorial/images/pic09.jpg deleted file mode 100644 index 742eece0..00000000 Binary files a/bl-themes/editorial/images/pic09.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic10.jpg b/bl-themes/editorial/images/pic10.jpg deleted file mode 100644 index 2e9ba306..00000000 Binary files a/bl-themes/editorial/images/pic10.jpg and /dev/null differ diff --git a/bl-themes/editorial/images/pic11.jpg b/bl-themes/editorial/images/pic11.jpg deleted file mode 100644 index 56cae8c7..00000000 Binary files a/bl-themes/editorial/images/pic11.jpg and /dev/null differ diff --git a/bl-themes/editorial/php/head.php b/bl-themes/editorial/php/head.php index 806c32e6..41dbcf87 100644 --- a/bl-themes/editorial/php/head.php +++ b/bl-themes/editorial/php/head.php @@ -5,7 +5,7 @@ echo Theme::headTitle(); echo Theme::headDescription(); - //Theme::favicon('favicon.png'); + Theme::favicon('assets/favicon.png'); echo Theme::fontAwesome();