source: temp/test-xoops.ec-cube.net/html/modules/sections/language/english/modinfo.php @ 405

Revision 405, 438 bytes checked in by root, 20 years ago (diff)
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
6define("_MI_SECTIONS_NAME","Sections");
7
8// A brief description of this module
9define("_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
15define("_MI_SECT_ADMENU1","List Sections");
16?>
Note: See TracBrowser for help on using the repository browser.