Skip to content

Instantly share code, notes, and snippets.

View melat0nin's full-sized avatar
✍️

melat0nin

✍️
  • Edinburgh, Scotland
View GitHub Profile
@melat0nin
melat0nin / gist:1751696
Created February 6, 2012 11:46
c5: Hardcode autonav
$bt = BlockType::getByHandle('autonav');
$bt->controller->displayPagesCID = $currentPage->getCollectionID();
$bt->controller->displayPages = 'custom';
$bt->controller->orderBy = 'display_asc';
$bt->controller->displaySubPages = 'all';
$bt->controller->displaySubPageLevels = 'none';
$bt->render('view');