52 Zeilen
		
	
	
		
			Kein EOL
		
	
	
		
			794 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			52 Zeilen
		
	
	
		
			Kein EOL
		
	
	
		
			794 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: class.views.advancedmenu.php 2 2011-07-20 12:00:48Z oldperl $
 | 
						|
 * }}
 | 
						|
 * 
 | 
						|
 */
 | 
						|
 | 
						|
if(!defined('CON_FRAMEWORK')) {
 | 
						|
	die('Illegal call');
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
class cViewAdvancedMenu
 | 
						|
{
 | 
						|
	function cViewAdvancedMenu ()
 | 
						|
	{
 | 
						|
	}
 | 
						|
	
 | 
						|
	function render ()
 | 
						|
	{
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
class cViewItems extends cHTMLIFrame
 | 
						|
{
 | 
						|
	function cViewItems()
 | 
						|
	{
 | 
						|
	}	
 | 
						|
}
 | 
						|
?>
 |