Insert php function into custom.css
Tried .htaccess handler
Result : css crash.
Tried to add to custom.css an additional type
and to change class.controller
Result : css crash.
Teach me please .
I need a function to insert constant values into css.
RemoveHandler .css
AddType application/x-httpd-php .cssResult : css crash.
Tried to add to custom.css an additional type
custom.css.phpand to change class.controller
$this->AddCssFile('custom.css'); to it.Result : css crash.
Teach me please .
I need a function to insert constant values into css.
0


Answers
$Sender->Head->AddString('<link rel="stylesheet" type="text/css" href="/forum/themes/MyTheme/design/custom2.css" media="all" />');php makes css content damaged