Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:create:functions:setpageorder [07.12.2017 17:28] – [PHP-Code] janinejulianerpen:create:functions:setpageorder [07.12.2017 22:57] – old revision restored (16.03.2016 17:19) admin
Line 74: Line 74:
 <code php> <code php>
 if (!isset($pages)) { if (!isset($pages)) {
-  $pages = array('LA', 'GE');+  $pages = array('PA', 'PB', 'PC', 'PD', 'PE');
   shuffle($pages);   shuffle($pages);
-  $pages[] = 'EM';+  $pages[] = 'PX';
   registerVariable($pages);   registerVariable($pages);
 } }
en/create/functions/setpageorder.txt · Last modified: 28.07.2022 21:58 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki