Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
{{Subpages(2, 3, ASC)}} with <? Subpages(2, 3, ASC); ?>. Thought it would be easy to do this, but I can't get it to work...{{Subpages(number, number, ASC or DESC)}} to <? Subpages($1, $2, $3); ?>, only then in a way preg_replace can handle it... :)<div id="subpages4">
<h2>Subpages of page#4</h2>
{{Subpages(4, 20, DESC)}}
</div>$Body = preg_replace("/\{\{Subpages\((\d+), (\d+), (ASC|DESC)\)\}\}/i", "<? Subpages($1, $2, $3); ?>", $Body);
1 to 6 of 6