For Article Listings, open:
include\inc_front\front.func.inc.php
find this line (approx: 1485) inside function list_articles_summary :
Code: Select all
$tmpl = $tmpllist[ $article_list[$key]["article_image"]['tmpllist'] ];
Code: Select all
$tmpl = render_cnt_template($tmpl, 'BREADCRUMB',breadcrumb($article_list[$key]["article_cid"],$GLOBALS['content']['struct'],$link_to,$spacer));
include\inc_front\content.article.inc.php
find this line (approx: 222-223) :
Code: Select all
if($row["article_image"]['tmplfull']) {
//rendering
Code: Select all
$row["article_image"]['tmplfull'] = render_cnt_template($row["article_image"]['tmplfull'], 'BREADCRUMB',breadcrumb($content["cat_id"],$GLOBALS['content']['struct'],$link_to,$spacer));
just use the curly braces markup
Code: Select all
{BREADCRUMB}
Example:

Cheers,

