Show the static pages order by position all the time
This commit is contained in:
parent
3c72a8eafb
commit
fe8ad3c064
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue