View Single Post
  #9  
Old 07-13-2010, 03:04 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Right border not displaying on subcategory image

In include/categories.php check this if

if (!empty($subcategories)) {

and then near the bottom

$smarty->assign("subcat_div_width", $subcat_div_width);
$smarty->assign("subcat_div_height", $subcat_div_height + 70);
$smarty->assign("subcat_img_height", $subcat_div_height);
$smarty->assign("subcategories", $subcategories);


I still don't know why QT decided to hard code it like this
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote