- <?
- /**
- * This file defines the page vars
- * <code>
- * Usage:
- * in index.php, require_once('./config.php');
- * </code>
- * @package tab
- * @filesource
- * @see <thisdir>/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
- */
-
- /**
- * @see CACHE_TAB
- */
- if (!defined('CACHE_TAB')) {
- /**
- * @ignore
- */
- define('CACHE_TAB' , false);
- }
-
- /**
- * Choose, which layout Tab components to show
- * or extract info from GET/POST
- */
- if (!defined('TAB_SHOW')) {
- /**
- * @ignore
- */
- define('TAB_SHOW' ,
- //TAB_SHOW_ALL | // Use default
-
- TAB_SHOW_MENU_TAB |
- TAB_SHOW_NONE
- );
- }
-
- ?>