XOOPS  2.6.0
blocks.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 define('_MB_MENUS_SELECT_MENU',"Select menu");
7 define('_MB_MENUS_SELECT_MENU_DSC',"");
8 define('_MB_MENUS_SELECT_SKIN',"Select skin");
9 define('_MB_MENUS_SELECT_SKIN_DSC',"");
10 define('_MB_MENUS_USE_THEME_SKIN',"Use skin from theme");
11 define('_MB_MENUS_USE_THEME_SKIN_DSC',"If the theme does not provide a skin, the above selection will be used");
12 define('_MB_MENUS_UNIQUEID',"Unique ID");
13 define('_MB_MENUS_UNIQUEID_DSC',"Please keep ID unique for each block. It is used when menu is assigned to template");
14 define('_MB_MENUS_DISPLAY_METHOD',"Display Method");
15 define('_MB_MENUS_DISPLAY_METHOD_DSC',"If you choose assign to the template, then you can use <{\$xoops_menu_%s}> in your theme");
16 define('_MB_MENUS_DISPLAY_METHOD_BLOCK',"Display this block");
17 define('_MB_MENUS_DISPLAY_METHOD_TEMPLATE',"Assign to template");
18 
19 define('_MB_MENUS_HOME',"Home");