|
Revision 420, 0.8 kB
(checked in by sven, 3 years ago)
|
remove unnecessary leading slashes on strings appended to $CFG->*root vars
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
// with this commented out, units/users/content_main_index.php |
|---|
| 6 |
// is used instead -- which makes more sense... |
|---|
| 7 |
// $function['content:mainindex'][] = path . "content/mainindex/content_main_index.php"; |
|---|
| 8 |
|
|---|
| 9 |
$function['content:about'][] = path . "content/mainindex/content_main_about.php"; |
|---|
| 10 |
$function['content:run_your_own'][] = path . "content/mainindex/content_main_run_your_own.php"; |
|---|
| 11 |
$function['content:faq'][] = path . "content/mainindex/content_main_faq.php"; |
|---|
| 12 |
$function['content:privacy'][] = path . "content/mainindex/content_main_privacy.php"; |
|---|
| 13 |
$function['content:terms'][] = path . "content/mainindex/content_main_terms.php"; |
|---|
| 14 |
$function['content:mainindex:loggedout'][] = path . "content/mainindex/content_loggedout.php"; |
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 |
?> |
|---|