From fe8ad3c0647f54a92e22175ed4ae001047d1f9ea Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 11 Sep 2019 19:10:41 +0200 Subject: [PATCH] Show the static pages order by position all the time --- bl-kernel/admin/views/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/admin/views/content.php b/bl-kernel/admin/views/content.php index c2ba575f..fde3ff88 100644 --- a/bl-kernel/admin/views/content.php +++ b/bl-kernel/admin/views/content.php @@ -73,7 +73,7 @@ function table($type) { '; - if (ORDER_BY=='position') { + if ( (ORDER_BY=='position') || $type=='static' ) { foreach ($list as $pageKey) { try { $page = new Page($pageKey);