No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
9
ControlPanel/modules/faq/module.php
Normal file
9
ControlPanel/modules/faq/module.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
// Module general information
|
||||
$module_title = "F.A.Q.";
|
||||
$module_version = "1.0";
|
||||
$db_version = 0;
|
||||
$module_required = TRUE;
|
||||
$module_menus = array( array( 'subpage' => '', 'name'=>'F.A.Q.', 'group'=>'user' ) );
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue