root/releases/0.1.2a/units/engine/main.php

Revision 2, 400 bytes (checked in by sven, 3 years ago)

importing elgg-0.1.1a

Line 
1 <?php
2
3     /*
4     *    Plug-in engine
5     */
6
7     // Library functions
8         require("library.php");
9     
10     // Initialise variables etc on startup
11         $function['init'][] = path . "units/engine/function_init.php";
12         
13     // "Home" menu buttom
14         $function['menu:main'][] = path . "units/engine/menu_main.php";
15     
16     // Bottom menu buttons
17         $function['menu:bottom'][] = path . "units/engine/menu_bottom.php";
18         
19 ?>
Note: See TracBrowser for help on using the browser.