| 126 | | * CONTENT MODULES |
|---|
| 127 | | * This should make languages easier, although some kind of |
|---|
| 128 | | * selection process will be required |
|---|
| 129 | | ****************************************************************************/ |
|---|
| 130 | | |
|---|
| 131 | | // General |
|---|
| 132 | | include_once($CFG->dirroot . "content/general/main.php"); |
|---|
| 133 | | // Main index |
|---|
| 134 | | include_once($CFG->dirroot . "content/mainindex/main.php"); |
|---|
| 135 | | // User-related |
|---|
| 136 | | include_once($CFG->dirroot . "content/users/main.php"); |
|---|
| 137 | | |
|---|
| 138 | | /*************************************************************************** |
|---|