root/trunk/phpbms/modules/sample/version.php
| Revision 485, 301 bytes (checked in by nate, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | $modules["sample"]["name"] = "Sample Module"; |
| 4 | |
| 5 | $modules["sample"]["version"] = 1.0; |
| 6 | |
| 7 | $modules["sample"]["description"] = |
| 8 | "Enter module description"; |
| 9 | |
| 10 | $modules["sample"]["requirements"] = "Enter any requirements (such as JSON support), or other modules with their b versions here."; |
| 11 | |
| 12 | ?> |
Note: See TracBrowser
for help on using the browser.