You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases you might want to refer to the next value of a cycle
from outside of a loop. To do this, just group the arguments into
an array and give the {cycle} tag name last, like this:
{cycle array('row1', 'row2'), 'rowcolors'}
From then on, you can insert the current value of the cycle
wherever you'd like in your template: