Project

General

Profile

Feature #15420 » bug_2272.diff

Administrator Admin, 2006-02-05 23:56

View differences:

typo3_src-4.0beta3/typo3/sysext/cms/tbl_cms.php 2006-02-05 23:39:38.000000000 +0100
'config' => Array (
'type' => 'group',
'internal_type' => 'file',
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,pfb,pfm,txt,css,tmpl,inc,ico',
'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'].',html,htm,ttf,pfb,pfm,txt,css,tmpl,inc,ico,js',
'max_size' => '1000',
'uploadfolder' => 'uploads/tf',
'show_thumbs' => '1',
typo3_src-4.0beta3/typo3/sysext/cms/tslib/class.tslib_pagegen.php 2006-02-05 23:37:32.000000000 +0100
}
}
// JavaScript files
if (is_array($GLOBALS['TSFE']->pSetup['includeJS.'])) {
foreach ($GLOBALS['TSFE']->pSetup['includeJS.'] as $key=>$JSfile);
if (!is_array($JSfile)) {
$ss = $GLOBALS['TSFE']->tmpl->getFileName($JSfile);
if ($ss) {
$type = $GLOBALS['TSFE']->pSetup['includeJS.'][$key.'.']['type'];
if (!$type) $type = 'text/javascript';
$GLOBALS['TSFE']->content.='
<script src="'.htmlspecialchars($ss).'" type="'.htmlspecialchars($type).'"></script>';
}
}
}
}
// Headerdata
// Headerdata
if (is_array($GLOBALS['TSFE']->pSetup['headerData.'])) {
$GLOBALS['TSFE']->content.= chr(10).$GLOBALS['TSFE']->cObj->cObjGet($GLOBALS['TSFE']->pSetup['headerData.'],'headerData.');
}
// <title></title> :
// Title
$titleTagContent = $GLOBALS['TSFE']->tmpl->printTitle(
$GLOBALS['TSFE']->altPageTitle?$GLOBALS['TSFE']->altPageTitle:$GLOBALS['TSFE']->page['title'],
$GLOBALS['TSFE']->config['config']['noPageTitle'],
typo3_src-4.0beta3/typo3/sysext/tstemplate/ts/index.php 2006-02-05 23:39:23.000000000 +0100
var $e;
var $sObj;
var $edit;
var $textExtensions = "html,htm,txt,css,tmpl,inc";
var $textExtensions = 'html,htm,txt,css,tmpl,inc,js';
var $modMenu_type = "";
var $modMenu_dontValidateList = "ts_browser_toplevel_setup,ts_browser_toplevel_const,ts_browser_TLKeys_setup,ts_browser_TLKeys_const";
(2-2/2)