foreach($feindura->createMenu(‘cat',1,'ul') as $item)
echo $item[‘item']
to create a menu or:
$content = $feindura->showPage();
echo ‘'.$content[”title].'';
echo $content[‘content']; to show the content of any selected page.