// vnav/labs/index.php $did = 9; // lab menus $index++; include('pebbles.php'); $page['h1'] = 'Learning Labs'; $page['title'] = 'PHP, CSS, MySQL and XHTML Learning Labs'; $page['description'] = 'A series of Learning Labs for the development of modular, '; $page['description'] .= 'structured Web sites using XHTML, PHP, CSS and MySQL.'; include('preamble.php'); include('markup.php'); include('body.php'); doctype(); head(array('lists')); body(); navs(); content(); $vnav = code('(#vnav)'); $left = code('#left'); $sitemap = anchor(id2path(13), 'Site Map'); print <<<_C
This folder is a container for the Sidebar $vnav Learning Lab Menus to the $left. You can use it to navigate to each one in the same way you can click on the Lab titles. Just as you can move up in the system, you can also easily move back down again using the Pebbles (breadbrumbs) interface above. I try to make it as easy as possible for my visitors to move around this site. For a complete overview of ${laz['label']}, visit the $sitemap.
_C; dirlist(); updated(); footer(); // vnav/labs/index.php ?>