How to include multiple CSS and JS files using Typoscript
You may include multiple CSS files using the following code: page.includeCSS { file1 = fileadmin/templates/project1/css/file1.css file2 = fileadmin/templates/project1/css/file2.css file3 = fileadmin/templates/project1/css/file3.css } Use this code to include Javascript files: page.includeJS { file1 = fileadmin/templates/project1/js/file1.js file2 = fileadmin/templates/project1/js/file2.js file3 = fileadmin/templates/project1/js/file3.js } Consider you wish to have a CSS specifically for IE 6 and below: [version= [...]



