XOOPS  2.6.0
modinfo.php
Go to the documentation of this file.
1 <?php
2 /*
3  You may not change or alter any portion of this comment or credits
4  of supporting developers from this source code or any supporting source code
5  which is considered copyrighted (c) material of the original comment or credit authors.
6 
7  This program is distributed in the hope that it will be useful,
8  but WITHOUT ANY WARRANTY; without even the implied warranty of
9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10  */
11 
19 //Info
20 define('_MI_COMMENTS_NAME', 'Comments');
21 define('_MI_COMMENTS_DSC', 'Provides comments ability for modules');
22 
23 //Admin Menu
24 define("_MI_COMMENTS_INDEX", "Home");
25 define("_MI_COMMENTS_MANAGE", "Manage Comments");
26 define("_MI_COMMENTS_ABOUT", "About");
27 
28 //Blocks
29 define('_MI_COMMENTS_BNAME1', 'Recent Comments');
30 define('_MI_COMMENTS_BNAME1_DSC', 'Shows recent comments block');
31 
32 //Preferences
33 define("_MI_COMMENTS_MODE", "Default Comment Display Mode");
34 define("_MI_COMMENTS_MODEDSC", "");
35 define("_MI_COMMENTS_ORDER", "Default Comments Display Order");
36 define("_MI_COMMENTS_ORDERDSC", "");
37 define("_MI_COMMENTS_EDITOR", "Default Editor for Comments Form");
38 define("_MI_COMMENTS_EDITORDSC", "");
39 define("_MI_COMMENTS_PAGER", "Number of Comments to Display on Admin Side");
40 define("_MI_COMMENTS_PAGERDSC", "");