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

Source for file init.php

Documentation is available at init.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: init.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('_BLOCKS_LEFTBLOCKS''Left blocks');
  14. define('_BLOCKS_RIGHTBLOCKS''Right blocks');
  15. define('_BLOCKS_CENTERBLOCKS''Center blocks');
  16.  
  17. // default blocks data
  18. define('_BLOCKS_MENU_TITLE''Main menu');
  19. define('_BLOCKS_MENU_1LINK''Home');
  20. define('_BLOCKS_MENU_1TITLE''Back to the home page');
  21. define('_BLOCKS_MENU_2LINK''Your account');
  22. define('_BLOCKS_MENU_2TITLE''Go to your personal account control panel');
  23. define('_BLOCKS_MENU_3LINK''Administration');
  24. define('_BLOCKS_MENU_3TITLE''Go to the administration panel');
  25. define('_BLOCKS_MENU_4LINK''Log out');
  26. define('_BLOCKS_MENU_4TITLE''Log out of your account');
  27. define('_BLOCKS_LANG_TITLE''Languages');
  28. define('_BLOCKS_LOGIN_TITLE''User log-in');
  29. define('_BLOCKS_ONLINE_TITLE''Who\'s online');
  30. define('_BLOCKS_MESSAGES_TITLE''Administration Messages');

Documentation generated on Fri, 18 Jul 2008 21:46:54 +0200 by phpDocumentor 1.4.1