Code: Select all
<ul class="img_list">
{section name=numloop loop=$items}
<li class="image_one"><a href="{$items[numloop].link}">
{assign var=photo value=$items[numloop].image}
{supersizer path="$photo" URL=true}</a>
<div class="title">{$items[numloop].title}<br />{$title}</div></li>
{/section}
</ul>
Code: Select all
<h2>There is a path issue!</h2><h3>Does this look right?</h3><strong>Path:</strong>/Applications/MAMP/htdocs/website/modules/Cataloger/Cataloger.Image.php?i=photo1_s_1_300_1.jpg&ac=27795<br/>http://localhost:8888/website/uploads/SuperSizerTmp/Cataloger.Image.php?i=photo1_s_1_300_1.-w-h-p25-F-S1.jpg&ac=27795
Can anyone help? I'm not sure what I'm doing wrong.