| Line | |
|---|
| 1 | <?php |
|---|
| 2 | // $Id: modinfo.php,v 1.2 2005/03/18 12:52:38 onokazu Exp $ |
|---|
| 3 | // Module Info |
|---|
| 4 | |
|---|
| 5 | // The name of this module |
|---|
| 6 | define("_MI_SECTIONS_NAME","Sections"); |
|---|
| 7 | |
|---|
| 8 | // A brief description of this module |
|---|
| 9 | define("_MI_SECTIONS_DESC","Creates a section where admins can post various articles."); |
|---|
| 10 | |
|---|
| 11 | // Names of blocks for this module (Not all module has blocks) |
|---|
| 12 | //define("_MI_",""); |
|---|
| 13 | |
|---|
| 14 | // Names of admin menu items |
|---|
| 15 | define("_MI_SECT_ADMENU1","List Sections"); |
|---|
| 16 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.