Not sure whats going on here.. but this has been working fine for several months, ( unless that was just luck ) but for some reason or other this code is now not working..
{categories}
{if category_id == "6" OR category_id == "7"}
{if print-orientation == "Portrait"}
<div class="printimage fp">
<a href="http://{print-img}%22rel=%22example_group" rel="example_group" title="{title}">{exp:ed_imageresizer image="{print-img}" default="" maxHeight="360" alt="{title}"}</a>
</div>
{if:elseif print-orientation == "Landscape"}
<div class="printimage">
<a href="http://{print-img}%22rel=%22example_group" rel="example_group" title="{title}">{exp:ed_imageresizer image="{print-img}" default="" maxWidth="360" alt="{title}"}</a>
</div>
{/if}
{/if}
{/categories}its just throwing out
{categories} {/categories}
on the front end.. yet has been working nicely up to that point..