I am so missing something, still, as I simply cannot see what I am doing wrong (or more to the point, what I am supposed to be doing!).
I see what you're saying above but for some reason I am simply not getting it.
This is what I have:
Code:
case 'PRODUCT_LIST_NAME':
$lc_align = '';
if (isset($_GET['manufacturers_id'])) {
$lc_text = '
<div class="centeredContent">' . zen_get_products_manufacturers_image((int)$_GET['manufacturers_image']) . zen_image(DIR_WS_IMAGES . $check_image) . '</div>
<h3 class="itemTitle"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']),
But then I use the line, as mentioned,
Code:
case 'PRODUCT_LIST_NAME':
$lc_align = '';
if (isset($_GET['manufacturers_id'])) {
$lc_text = '
<div class="centeredContent">echo 'I AM THE IMAGE: ' . zen_get_products_manufacturers_image($product['id']);</div>
<h3 class="itemTitle"><a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']),
But obviously you cannot use echo in this instance.
I have tried different combinations but either they blank the page out or simply make no difference!