- <?
- /**
- * Local config.php file.
- * This file defines the page vars
- * <code>
- * Usage:
- * in index.php, require_once('./config.php');
- * </code>
- * @package menu
- * @filesource
- * @see config.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global LINK_SHOW Choose, which layout LINK components to show or extract info from GET/POST
- */
- if (!defined('LINK_SHOW')) {
- /**
- * @ignore
- */
- define('LINK_SHOW' ,
- //LINK_SHOW_ALL | // Use default
-
- LINK_SHOW_GOOGLE_TOP |
- LINK_SHOW_MENU_TOP |
- LINK_SHOW_MENU_LINK |
- LINK_SHOW_MENU_LEFT |
- LINK_SHOW_MENU_RIGHT |
- LINK_SHOW_MENU_BOTTOM |
- LINK_SHOW_CONTENT_MENU |
- LINK_SHOW_ICONS |
- LINK_SHOW_NONE
- );
- }
-
- ?>