buildFromDB( $id, $draft_state ); $p = array(); $p['content'] = $page->content_object; $p['nav'] = $page->buildNavigation($draft_state); // display! $smarty->assign( 'p', $p ); $smarty->display('stockists/index.html'); debug_dump(true, $p); ?>