Project

General

Profile

« Previous | Next » 

Revision 1849

Added by Dietmar almost 12 years ago

  1. typofix page_extended in admin/settings and admin/pages/
    ! Fill empty option modules dropdown in admin/pages/sections.php

View differences:

index.php
37 37
	'wbmail_signature' => defined('WBMAIL_SIGNATURE') ? WBMAIL_SIGNATURE : '',
38 38
	'confirmed_registration' => (defined('CONFIRMED_REGISTRATION') ? CONFIRMED_REGISTRATION : '0'),
39 39
	'modules_upgrade_list' => (defined('MODULES_UPGRADE_LIST') ? MODULES_UPGRADE_LIST : ''),
40
	'page_extendet' => (defined('PAGE_EXTENDET') ? PAGE_EXTENDET : 'true'),
40 41
	);
41 42
db_update_key_value( 'settings', $cfg );
42 43

  
......
254 255
	}
255 256

  
256 257
//  Work-out if page extended feature is enabled
257
	if(defined('PAGE_EXTENDED') && PAGE_EXTENDED == true)
258
	if(defined('PAGE_EXTENDET') && PAGE_EXTENDET == true)
258 259
	{
259 260
    	$oTpl->set_var(array(
260
				'PAGE_EXTENDED_ENABLED' => $checked,
261
				'PAGE_EXTENDED_DISABLED' => '',
261
				'PAGE_EXTENDET_ENABLED' => $checked,
262
				'PAGE_EXTENDET_DISABLED' => '',
262 263
				));
263 264
	} else {
264 265
    	$oTpl->set_var(array(
265
				'PAGE_EXTENDED_DISABLED' => $checked,
266
				'PAGE_EXTENDED_ENABLED' => '',
266
				'PAGE_EXTENDET_DISABLED' => $checked,
267
				'PAGE_EXTENDET_ENABLED' => '',
267 268
				));
268 269
	}
269 270

  

Also available in: Unified diff