예제 #1
0
 public static function getPath($id_category, $path = '', $link_on_the_item = false, $category_type = 'products', Context $context = null)
 {
     if (ConfigurationCore::get('PST_DISPLAY_LAST_BREADCRUMB') == false) {
         $path = '';
     }
     return parent::getPath($id_category, $path, $link_on_the_item, $category_type, $context);
 }