Лучший Ответ Евгения , 13 April 2015 - 15:55
Ну отдельный файл было бы удобней .
<link rel="stylesheet" type="text/css" href="/my.css">
Тогда так.
$doc->addStyleSheet($this->baseurl.'/templates/'.$this->template.'/css/my.css', $type = 'text/css', $media = 'screen,projection');
или так...
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template_css.css" type="text/css" />
и вот так можно.
Перейти к сообщению