| 32 |
* Site specific configuration |
* Site specific configuration |
| 33 |
* ------------------------------------------------------------------------- |
* ------------------------------------------------------------------------- |
| 34 |
*/ |
*/ |
|
$mosConfig_lang = 'english'; // Site language |
|
| 35 |
$mosConfig_absolute_path = '/path/to/mambo/install'; // No trailing slash |
$mosConfig_absolute_path = '/path/to/mambo/install'; // No trailing slash |
| 36 |
$mosConfig_live_site = 'http://www.your_mambo_site.com'; // No trailing slash. Make sure to use www. |
$mosConfig_live_site = 'http://www.your_mambo_site.com'; // No trailing slash. Make sure to use www. |
| 37 |
$mosConfig_sitename = 'Mambo'; // Name of Mambo site |
$mosConfig_sitename = 'Mambo'; // Name of Mambo site |
| 45 |
$mosConfig_MetaTitle = '1'; |
$mosConfig_MetaTitle = '1'; |
| 46 |
$mosConfig_MetaAuthor = '1'; |
$mosConfig_MetaAuthor = '1'; |
| 47 |
$mosConfig_debug = '0'; |
$mosConfig_debug = '0'; |
| 48 |
|
$mosConfig_lang = 'english'; // Site language |
| 49 |
$mosConfig_locale = 'en_GB'; |
$mosConfig_locale = 'en_GB'; |
| 50 |
$mosConfig_offset = '0'; // Local time offset |
$mosConfig_offset = '0'; // Local time offset |
| 51 |
|
$mosConfig_locale_debug = 0; |
| 52 |
|
$mosConfig_locale_use_gettext = 0; |
| 53 |
$mosConfig_hideAuthor = '0'; |
$mosConfig_hideAuthor = '0'; |
| 54 |
$mosConfig_hideCreateDate = '0'; |
$mosConfig_hideCreateDate = '0'; |
| 55 |
$mosConfig_hideModifyDate = '0'; |
$mosConfig_hideModifyDate = '0'; |