root/releases/0.1.2a/units/icons/main.php
| Revision 2, 395 bytes (checked in by sven, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | /* |
| 4 | * Icons plug-in |
| 5 | */ |
| 6 | |
| 7 | // Actions |
| 8 | $function["icons:init"][] = path . "units/icons/function_actions.php"; |
| 9 | |
| 10 | // Icon management |
| 11 | $function["icons:edit"][] = path . "units/icons/function_edit_icons.php"; |
| 12 | $function["icons:add"][] = path . "units/icons/function_add_icons.php"; |
| 13 | |
| 14 | // Menu button |
| 15 | $function["menu:main"][] = path . "units/icons/menu_main.php"; |
| 16 | |
| 17 | ?> |
Note: See TracBrowser for help on using the browser.
