Skip to content
Commit c3c49fe8 authored by mcramer's avatar mcramer
Browse files

- Implemented element counter variable for loops

  ->setLoop('abc', $content);
  will automatically add a
  ->setVar('_abc', count($content))
  IMPORTANT: template variables and loop names starting with _ are not allowed anymore, those are reserved for the counters!
parent ed1260a1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment