Source for file extmenu.php
Documentation is available at extmenu.php
* Zikula Application Framework
* @copyright (c) 2002, Zikula Development Team
* @link http://www.zikula.org
* @version $Id: extmenu.php 24342 2008-06-06 12:03:14Z markwest $
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
* @package Zikula_System_Modules
define('_EMENU_ADDCURRENTURL', 'Add the current URL as new link in this block');
define('_EMENU_ADDCURRENTURLSHORT', 'Add current URL');
define('_EMENU_NEWLINK', '--new link--');
define('_EMENU_ACTIVE', 'Active');
define('_EMENU_ERROR', 'Error occured');
define('_EMENU_IMAGE', 'Image');
define('_EMENU_BLOCKTITLEOVERRIDEINFO', 'These blocktitles override the setting on top of this page!');
define('_EMENU_BLOCKTITLE', 'Block titles');
define('_EMENU_EDITTHISBLOCK', 'Edit this block');
define('_EMENU_TEMPLATE','Template');
define('_EMENU_TEMPLATELONG','Template for this menu');
define('_EMENU_ITEM_DRAGANDDROPHINT','Arrange your menu using drag and drop. The sort order and the menu items themself will be saved when you click on "update". The number in the last column indicates the ID of the menu item, you will need this if you want to restrict access to this item using permissions.');
define('_EMENU_ITEM_APPEND', 'Add new menu item');
define('_EMENU_DISPLAY','Display');
define('_EMENU_CONTENT','Content');
define('_EMENU_DESCRIPTION','Description');
define('_EMENU_FORMAT','Menu format');
define('_EMENU_MODULES','Modules');
define('_EMENU_STYLESHEET', 'Stylesheet for this menu');
|