Project

General

Profile

Actions

Feature #17634

closed

Remove default CSS

Added by Georg Ringer over 16 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
-
Start date:
2007-09-28
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Similiar to removeDefaultJS removeDefaultCSS just dont include any temporary CSS. This is especially usefull because you can exclude all the default CSS styles from an extension.

Of course also css_styled_content.. so you can/need include really all by yourself which is very ok - let the people decide

what you think?

I can't make difs, but I hope you forgive me
typo3\sysext\cms\tslib\class.tslib_pagegen.php
  1. 499
    - if (is_array($GLOBALS['TSFE']->tmpl->setup['plugin.'])) {
    + if (is_array($GLOBALS['TSFE']->tmpl->setup['plugin.']) && !$GLOBALS['TSFE']->config['config']['removeDefaultCSS']) {

(issue imported from #M6412)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #16474: no TS Option "removeDefaultCSS"ClosedChris topher2006-08-17

Actions
Actions

Also available in: Atom PDF