Zikula_System_Modules
[ class tree: Zikula_System_Modules ] [ index: Zikula_System_Modules ] [ all elements ]

Source for file extmenu.php

Documentation is available at extmenu.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2002, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: extmenu.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_System_Modules
  10.  * @subpackage Blocks
  11.  */
  12.  
  13. define('_EMENU_ADDCURRENTURL''Add the current URL as new link in this block');
  14. define('_EMENU_ADDCURRENTURLSHORT''Add current URL');
  15. define('_EMENU_NEWLINK''--new link--');
  16. define('_EMENU_ACTIVE''Active');
  17. define('_EMENU_ERROR''Error occured');
  18. define('_EMENU_IMAGE''Image');
  19. define('_EMENU_BLOCKTITLEOVERRIDEINFO''These blocktitles override the setting on top of this page!');
  20. define('_EMENU_BLOCKTITLE''Block titles');
  21. define('_EMENU_EDITTHISBLOCK''Edit this block');
  22. define('_EMENU_TEMPLATE','Template');
  23. define('_EMENU_TEMPLATELONG','Template for this menu');
  24. 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.');
  25. define('_EMENU_ITEM_APPEND''Add new menu item');
  26. define('_EMENU_DISPLAY','Display');
  27. define('_EMENU_CONTENT','Content');
  28. define('_EMENU_DESCRIPTION','Description');
  29. define('_EMENU_FORMAT','Menu format');
  30. define('_EMENU_MODULES','Modules');
  31. define('_EMENU_STYLESHEET''Stylesheet for this menu');

Documentation generated on Fri, 18 Jul 2008 21:45:00 +0200 by phpDocumentor 1.4.1