[pmwiki-users] Pagelist template - repeat each N entries

Petko Yotov 5ko at 5ko.fr
Mon Feb 4 02:05:59 CST 2013


Petko Yotov writes:
> Yes, enable the "modulo" MarkupExpression, in config.php:
>
>   # from Cookbook:MarkupExprPlus by DFaure
>   $MarkupExpr['mod'] = 'mod' => '0 + ($args[0] % $args[1])';

Sorry, this line was not correct, use this line instead:
   $MarkupExpr['mod'] = '0 + ($args[0] % $args[1])';

Petko



More information about the pmwiki-users mailing list