Is there anything wrong with my featured sidebox?
This is the template tpl_featured.
$content_tm = '<a href="' . zen_href_link(zen_get_info_page($random_featured_product->fields["products_id"]), 'products_id=' . $random_featured_product->fields["products_id"]) . '">'.zen_image(DIR_WS_TEMPLATE.'images/pm1.jpg', '', '','', 'hspace="0" vspace="0" align="left"').'</a><br style="line-height:5px;">
<span class="content_col1_cell1_text1">' . substr($random_featured_product->fields['products_name'],0,15) . '</span><br>
<br style="line-height:2px;">
<span class="content_col1_cell1_text2">Price:</span> <span class="content_col1_cell1_text3">' . $featured_box_price.'</span><br>
<br style="line-height:3px;">';
$content = $content_tm;
?>
I have no Idea what to look for Its all greek to me!



