Project

General

Profile

« Previous | Next » 

Revision 1736

Added by Dietmar about 12 years ago

! replace more invalid char in secureform.mtab to work with settings_page

View differences:

settings.php
187 187
	$sTemplate = ($aCurrentPage['template'] == '' ? DEFAULT_TEMPLATE : $aCurrentPage['template']);
188 188
	$sIconDir = str_replace('\\', '/', ((defined('PAGE_ICON_DIR') && PAGE_ICON_DIR != '') ? PAGE_ICON_DIR : MEDIA_DIRECTORY));
189 189
	$sIconDir = str_replace('/*', '/'.$sTemplate, $sIconDir);
190
	$bIconDirHide = (defined('PAGE_EXTENDED') && PAGE_EXTENDED == 'true') ? '' : 'hide';
190
	$bIconDirHide = (defined('PAGE_EXTENDED') && PAGE_EXTENDED) ? '' : 'hide';
191 191
//	$oTpl->set_var('ICON_DIR', WB_REL.$sIconDir);
192 192
	$sHelp = replaceVars($mLang->HELP_PAGE_IMAGE_DIR, array('icon_dir'=>WB_REL.$sIconDir ) );
193 193

  

Also available in: Unified diff