Source for file init.php
Documentation is available at init.php
* Zikula Application Framework
* @copyright (c) 2002, Zikula Development Team
* @link http://www.zikula.org
* @version $Id: init.php 24342 2008-06-06 12:03:14Z markwest $
* @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
* @package Zikula_System_Modules
define('_BLOCKS_LEFTBLOCKS', 'Left blocks');
define('_BLOCKS_RIGHTBLOCKS', 'Right blocks');
define('_BLOCKS_CENTERBLOCKS', 'Center blocks');
define('_BLOCKS_MENU_TITLE', 'Main menu');
define('_BLOCKS_MENU_1LINK', 'Home');
define('_BLOCKS_MENU_1TITLE', 'Back to the home page');
define('_BLOCKS_MENU_2LINK', 'Your account');
define('_BLOCKS_MENU_2TITLE', 'Go to your personal account control panel');
define('_BLOCKS_MENU_3LINK', 'Administration');
define('_BLOCKS_MENU_3TITLE', 'Go to the administration panel');
define('_BLOCKS_MENU_4LINK', 'Log out');
define('_BLOCKS_MENU_4TITLE', 'Log out of your account');
define('_BLOCKS_LANG_TITLE', 'Languages');
define('_BLOCKS_LOGIN_TITLE', 'User log-in');
define('_BLOCKS_ONLINE_TITLE', 'Who\'s online');
define('_BLOCKS_MESSAGES_TITLE', 'Administration Messages');
|