byoung Posted January 6, 2005 Posted January 6, 2005 I have changed the templates so that they will center and stay at 1000 pixels as I don't like the stetch to fit screen. Anyway did this on what I thought was all pages and everything loads and looks good, till i click on a category that is empty, it calls /index.php?cPath=30 and the table is all messed up. Where can i find the table attributes when it calls this function? as when it accesses other cpath functions it displays correctly.
boxtel Posted January 7, 2005 Posted January 7, 2005 I have changed the templates so that they will center and stay at 1000 pixels as I don't like the stetch to fit screen. Anyway did this on what I thought was all pages and everything loads and looks good, till i click on a category that is empty, it calls /index.php?cPath=30 and the table is all messed up. Where can i find the table attributes when it calls this function? as when it accesses other cpath functions it displays correctly. <{POST_SNAPBACK}> in module includes/modules/product_listing.php $list_box_contents = array(); $list_box_contents[0] = array('params' => 'class="productListing-odd"'); $list_box_contents[0][] = array('params' => 'class="productListing-data"', 'text' => TEXT_NO_PRODUCTS); new productListingBox($list_box_contents); that would come up when you have an empty category Treasurer MFC
byoung Posted January 7, 2005 Author Posted January 7, 2005 yea that comes up but it changes the table sizes and isn't showing correctly will take another look though.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.