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

Examples navigation

» Overview

$section ) { echo '

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

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