Forums
(@lineabove)
9 years, 7 months ago
actually the combination of the 2 codes works best
<div class="<?php if ($alm_current%2 == 0) { echo "even"; } else { echo "odd"; } ?>"></div>