*/ /** * require section config */ require_once 'index_sections.php'; ?> <?PHP echo $appName ?>: Examples - Navigation

Examples navigation

» Overview

$section ) { echo '

[+] '.$appName.'::'.$sectionName.' ('.count($section['pages']).')

'; echo '
'; foreach( $section['pages'] as $pageId => $pageData ) echo '» '.$pageData['title'].'
'; echo '
'; } ?>
If you need help with , please visit our forum or take a look at the API documentation.