And if is wrong, how should be?
I don`t understand only 2 lines

Php
Code: Select all
<?php $flip .= '"'.$rthumb['flipimage'].'",' ?>
<?php $flipimages = rtrim($flip,','); ?>
Code: Select all
{{ flip ~= '"'~rthumb.flipimage~'",' }}
{{ flipimages = flip|rtrim(',') }}