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);