.content.php
<?php /** * This file is the local content file * It may be auto generated from the database or * manually edited * * @package design * @filesource * @see content.php * @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 */
if (defined('HTML_LAYOUT_PAGE_PATH')) { require_once(HTML_LAYOUT_UTIL_PATH.'/Design.php'); }
if (defined('HTML_TAB_PAGE_PATH')) { Design::display($DEFINE_TAB_SHOW, DESIGN_TYPE_CHECKBOX, Request::get(REQUEST_TAB_SHOW,TAB_SHOW),REQUEST_TAB_SHOW); } ?>
|