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

Revision 405, 387 bytes checked in by root, 20 years ago (diff)
Line 
1<?php
2// $Id: modinfo.php,v 1.2 2005/03/18 12:52:49 onokazu Exp $
3// Module Info
4// The name of this module
5define("_MI_XOOPSFAQ_NAME","FAQ");
6
7// A brief description of this module
8define("_MI_XOOPSFAQ_DESC","FAQ Manager");
9
10// Names of admin menu items
11define("_MI_XOOPSFAQ_ADMENU1", "List FAQ");
12
13// Names of blocks for this module (Not all module has blocks)
14//define("_MI_","");
15
16?>
Note: See TracBrowser for help on using the repository browser.