How do I set an alternator to its inicial position?
Code:
foreach($items as $item):
foreach($sides as $side):
echo alternator('Left', 'Right');
endforeach;
//I want the alternator to "restart" here and always start from the initial variable "Left" in this case
endforeach;