Needs review
Project:
BlogBuzz
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
28 Jul 2010 at 11:14 UTC
Updated:
18 Mar 2018 at 21:45 UTC
Not sure, but shouldn't:
else: print '<div id="breadcrumb">'.t('You are here: ').'<a href="/">Home</a></div>';
In page.tpl.php be:
else: print '<div id="breadcrumb">'.t('You are here: ').'<a href="' . $front_page . '">Home</a></div>';