So I receive this message when on my category pages:
Notice : Undefined index: text in /home/thespace/public_html/vqmod/vqcache/vq2-catalog_view_theme_spacec_template_product_category.tpl on line 13 » Meteorite Jewellery
Though I can't see the problem in that particular line of code:
<?php echo $breadcrumb['separator']; ?><a href="<?php echo $breadcrumb['href']; ?>" itemprop="url"><span itemprop="title"><?php echo $breadcrumb['text']; ?></span></a>
Am I missing something here?