ConLite/conlite/classes/widgets/class.views.advancedmenu.php

53 Zeilen
772 B
PHP

<?php
/**
* Project:
* Contenido Content Management System
*
* Description:
* Contenido Advanced Menu View
*
* Requirements:
* @con_php_req 5.0
*
*
* @package Contenido Backend classes
* @version 1.1
* @author Timo Hummel
* @copyright four for business AG <www.4fb.de>
* @license http://www.contenido.org/license/LIZENZ.txt
* @link http://www.4fb.de
* @link http://www.contenido.org
*
* {@internal
* created 2004-08-04
*
* $Id$
* }}
*
*/
if (!defined('CON_FRAMEWORK')) {
die('Illegal call');
}
class cViewAdvancedMenu {
function __construct() {
}
function render() {
}
}
class cViewItems extends cHTMLIFrame {
function __construct() {
}
}
?>