Show the static pages order by position all the time

This commit is contained in:
Diego Najar 2019-09-11 19:10:41 +02:00
parent 3c72a8eafb
commit fe8ad3c064
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function table($type) {
<tbody>
';
if (ORDER_BY=='position') {
if ( (ORDER_BY=='position') || $type=='static' ) {
foreach ($list as $pageKey) {
try {
$page = new Page($pageKey);