|
Revision 2, 0.6 kB
(checked in by sven, 3 years ago)
|
importing elgg-0.1.1a
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
$function['content:mainindex'][] = path . "/content/mainindex/content_main_index.php"; |
|---|
| 6 |
$function['content:about'][] = path . "/content/mainindex/content_main_about.php"; |
|---|
| 7 |
$function['content:run_your_own'][] = path . "/content/mainindex/content_main_run_your_own.php"; |
|---|
| 8 |
$function['content:faq'][] = path . "/content/mainindex/content_main_faq.php"; |
|---|
| 9 |
$function['content:privacy'][] = path . "/content/mainindex/content_main_privacy.php"; |
|---|
| 10 |
$function['content:terms'][] = path . "/content/mainindex/content_main_terms.php"; |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
?> |
|---|