webwalkers Posted July 13, 2006 Report Share Posted July 13, 2006 Hallo, bei meiner Version 3.03 werden irgendwie nicht die Produktnamen im Navtrail angezeigt. Hier mein entsprechnder Code if (isset($_GET['products_id'])) { $model_query = xtc_db_query("select products_model from " . TABLE_PRODUCTS . " where products_id = '" . (int)$_GET['products_id'] . "'"); $model = xtc_db_fetch_array($model_query); if ($cPath == ''){ $breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int)$_GET['products_id'])); }else{ $breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . (int)$_GET['products_id'])); } } Gru? Andi Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.