From 20151c7f05afd33e189384d3bf00cc2be2c65b85 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 21 Oct 2017 20:30:20 +0200 Subject: [PATCH] Added comments about station content variable --- bl-kernel/boot/rules/69.pages.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bl-kernel/boot/rules/69.pages.php b/bl-kernel/boot/rules/69.pages.php index c40da023..e1ee3cf2 100644 --- a/bl-kernel/boot/rules/69.pages.php +++ b/bl-kernel/boot/rules/69.pages.php @@ -68,6 +68,16 @@ $pagesByParent = array(PARENT=>array()); */ $pagesByParentByKey = array(PARENT=>array()); +// Array with static content, each item is a Page Object +// Order by position +/* + array( + 0 => Page Object, + 1 => Page Object, + ... + N => Page Object + ) +*/ $staticContent = $staticPages = buildStaticPages(); // ============================================================================