diff --git a/bl-kernel/boot/rules/71.pages.php b/bl-kernel/boot/rules/71.pages.php index 279eed66..1bf4f823 100644 --- a/bl-kernel/boot/rules/71.pages.php +++ b/bl-kernel/boot/rules/71.pages.php @@ -7,10 +7,16 @@ // Array with all pages. $pages = array(); -// Array with all published pages. +// Array with all published pages, order by position. $pagesPublished = array(); // Array with all pages, order by parent. +// array = { +// NO_PARENT_CHAR => array(), all pages parents +// PageParent1 => array(), all children of the parent1 +// ... => array(), all children of the parent... +// PageParent9 => array(), all children of the parent9 +// } $pagesParents = array(NO_PARENT_CHAR=>array()); // Array with all published pages, ordery by parent. diff --git a/bl-themes/forty/assets/css/main.css b/bl-themes/forty/assets/css/main.css index 280b553f..751c6d62 100644 --- a/bl-themes/forty/assets/css/main.css +++ b/bl-themes/forty/assets/css/main.css @@ -3334,7 +3334,6 @@ -webkit-align-items: center; -ms-align-items: center; align-items: center; - background-image: url("../../images/banner.jpg"); display: -moz-flex; display: -webkit-flex; display: -ms-flex; diff --git a/bl-themes/forty/images/banner.jpg b/bl-themes/forty/images/banner.jpg deleted file mode 100644 index bb4643ae..00000000 Binary files a/bl-themes/forty/images/banner.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic01.jpg b/bl-themes/forty/images/pic01.jpg deleted file mode 100644 index 09d42266..00000000 Binary files a/bl-themes/forty/images/pic01.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic02.jpg b/bl-themes/forty/images/pic02.jpg deleted file mode 100644 index fce4f51c..00000000 Binary files a/bl-themes/forty/images/pic02.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic03.jpg b/bl-themes/forty/images/pic03.jpg deleted file mode 100644 index c7b9b12f..00000000 Binary files a/bl-themes/forty/images/pic03.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic04.jpg b/bl-themes/forty/images/pic04.jpg deleted file mode 100644 index a7d6edbc..00000000 Binary files a/bl-themes/forty/images/pic04.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic05.jpg b/bl-themes/forty/images/pic05.jpg deleted file mode 100644 index acc4c6c0..00000000 Binary files a/bl-themes/forty/images/pic05.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic06.jpg b/bl-themes/forty/images/pic06.jpg deleted file mode 100644 index 2a71e408..00000000 Binary files a/bl-themes/forty/images/pic06.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic07.jpg b/bl-themes/forty/images/pic07.jpg deleted file mode 100644 index 120d0767..00000000 Binary files a/bl-themes/forty/images/pic07.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic08.jpg b/bl-themes/forty/images/pic08.jpg deleted file mode 100644 index fa51ad19..00000000 Binary files a/bl-themes/forty/images/pic08.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic09.jpg b/bl-themes/forty/images/pic09.jpg deleted file mode 100644 index 9ac5b303..00000000 Binary files a/bl-themes/forty/images/pic09.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic10.jpg b/bl-themes/forty/images/pic10.jpg deleted file mode 100644 index 238db695..00000000 Binary files a/bl-themes/forty/images/pic10.jpg and /dev/null differ diff --git a/bl-themes/forty/images/pic11.jpg b/bl-themes/forty/images/pic11.jpg deleted file mode 100644 index 35c899fa..00000000 Binary files a/bl-themes/forty/images/pic11.jpg and /dev/null differ diff --git a/bl-themes/forty/img/logo.jpg b/bl-themes/forty/img/logo.jpg deleted file mode 100644 index 7c522026..00000000 Binary files a/bl-themes/forty/img/logo.jpg and /dev/null differ diff --git a/bl-themes/forty/index.php b/bl-themes/forty/index.php index 2b3ef66e..35988b0d 100644 --- a/bl-themes/forty/index.php +++ b/bl-themes/forty/index.php @@ -3,11 +3,14 @@ Forty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) + + Bludit CMS + https://www.bludit.com -->
-