The $list_box_contents is used in tpl_columnar_display as an array for storing the item html that gets shown underneath a category(item1, item2 item3, etc) it stores all a string like

Code:
<a href="http://localhost/purebulk/acetyl-l-carnitine-alcar/acetyl-l-carnitine-alcar-100g"><src="images/TN/TN.Bag.Acetyl-L-Carnitine.100g.jpg" alt="Acetyl L-Carnitine (ALCAR) 100g" title=" Acetyl L-Carnitine (ALCAR) 100g " width="81" height="66" class="listingProductImage" /></a><br /><h3 class="itemTitle"><a href="http://localhost/purebulk/acetyl-l-carnitine-alcar/acetyl-l-carnitine-alcar-100g">Acetyl L-Carnitine (ALCAR) 100g</a></h3><div class="listingDescription"></div><br />$14.25<br /><br /><a href="http://localhost/purebulk/index/acetyl-l-carnitine-alcar/acetyl-l-carnitine-alcar-100g?sort=20a&action=buy_now"><src="includes/templates/template_default/buttons/english/button_buy_now.gif" alt="Buy Now" title=" Buy Now " width="90" height="20" class="listingBuyNowButton" /></a><br /><br />
in this location
PHP Code:
$list_box_contents[$row][$col]['text'
can anyone tell me where this is pulled from the database and constructed? i've been looking for it for two days, and im starting to feel burnt. thanks for any insight you can provide!