XOOPS  2.6.0
modinfo.php
Go to the documentation of this file.
1 <?php
2 // Author: Trabis
3 // URL: http://www.xuups.com
4 // E-Mail: lusopoemas@gmail.com
5 
6 // Module Info
7 define('_MI_MENUS_NAME',"Menus");
8 define('_MI_MENUS_DSC',"Menus for your site");
9 
10 // Blocks
11 define('_MI_MENUS_BLK1',"Menu block");
12 define('_MI_MENUS_BLK1_DSC',"");
13 define('_MI_MENUS_BLK2',"Main Menu");
14 define('_MI_MENUS_BLK2_DSC',"Shows the main navigation menu of the site");
15 
16 // Admin menu
17 define('_MI_MENUS_MENUSMANAGER',"Menus manager");
18 define('_MI_MENUS_MENUMANAGER',"Links manager");
19 define('_MI_MENUS_ABOUT',"About");
20 
21 //Configs
22 define('_MI_MENUS_CONF_ASSIGN_METHOD',"Assign method");
23 define('_MI_MENUS_CONF_ASSIGN_METHOD_DSC',"Method for assigning css and js to header");
24 define('_MI_MENUS_CONF_ASSIGN_METHOD_XOOPSTPL',"XoopsTpl");
25 define('_MI_MENUS_CONF_ASSIGN_METHOD_XOTHEME',"XoTheme");
26 
27 //1.4
28 define('_MI_MENUS_ADMMENU0','Home');
29