Revision 1227
Added by Luisehahne almost 16 years ago
| settings.php | ||
|---|---|---|
| 276 | 276 |
//-- insert page_code 20090904--> |
| 277 | 277 |
$template->set_var('DISPLAY_CODE_PAGE_LIST', ' id="multi_lingual" style="display:none;"');
|
| 278 | 278 |
// Work-out if page languages feature is enabled |
| 279 |
if((defined('PAGE_LANGUAGES') && PAGE_LANGUAGES) && $field_set && file_exists(WB_URL.'/modules/mod_multilingual/update_keys.php'))
|
|
| 279 |
if((defined('PAGE_LANGUAGES') && PAGE_LANGUAGES) && $field_set && file_exists(WB_PATH.'/modules/mod_multilingual/update_keys.php') )
|
|
| 280 | 280 |
{
|
| 281 | 281 |
// workout field is set but module missing |
| 282 | 282 |
$TEXT['PAGE_CODE'] = empty($TEXT['PAGE_CODE']) ? 'Pagecode' : $TEXT['PAGE_CODE']; |
Also available in: Unified diff
fix syntax error