Petko Yotov wrote:

>> repeating certain elements every N entries of a page list would be
>> nice e.g. for table headers.
>>
>> Ist there a simple way to get this?
>
>Yes, enable the "modulo" MarkupExpression, in config.php:

>   # from Cookbook:MarkupExprPlus by DFaure

(corrected to $MarkupExpr['mod'] = '0 + ($args[0] % $args[1])';)

Thanks, works!

I already thought about modulo or division but was seemingly too
stupid to use the search function.

Oliver
-- 
Oliver Betz, Munich http://oliverbetz.de/


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to