top, PHP source code
The full PHP source code for the top class
<?php
/**
* This file is the global page Top File Name
* The page is build with the myPHP TagLib
*
* @package template
* @see INC_PATH.PAGE_TOP_FILE_NAME
* @copyright (c) http://Finn-Rasmussen.com
* @license http://Finn-Rasmussen.com/license/ myPHP License conditions
* @author http://Finn-Rasmussen.com
* @version 1.11
* @since 27-nov-2009
*/
/**
* The diferent navigation top menus
*/
Top::display($topLinks);
Branding::display();
Banner::display();
MenuTop::display($topmenuLinks);
?>