Hardcode breadcumb new code ?
Permalink
HI, I found this piece of code to harcode the breadcrumb block but it does not seem to be working anymore ... anyone has the new code format if we want to harcode one of the blocks like this one or the switch language ? Many thanks
CXode not working
<?php
$bt_main = BlockType::getByHandle('autonav');
$bt_main->controller->displayPages = 'top';
$bt_main->controller->orderBy = 'display_asc';
$bt_main->controller->displaySubPages = 'relevant_breadcrumb';
$bt_main->controller->displaySubPageLevels = 'all';
$bt_main->controller->displayPagesIncludeSelf = 1;
$bt_main->render('templates/breadcrumb');
?>
CXode not working
<?php
$bt_main = BlockType::getByHandle('autonav');
$bt_main->controller->displayPages = 'top';
$bt_main->controller->orderBy = 'display_asc';
$bt_main->controller->displaySubPages = 'relevant_breadcrumb';
$bt_main->controller->displaySubPageLevels = 'all';
$bt_main->controller->displayPagesIncludeSelf = 1;
$bt_main->render('templates/breadcrumb');
?>