如何使用styles.css调用静态块

时间:2015-03-19 08:01:12

标签: css magento content-management-system

我是网页设计的新手,我在header.pthml中使用

在我的Magento网站的标题中添加了一个静态块
<?php
echo $this->getLayout()->createBlock('cms/block')->setBlockId('header_links')->toHtml()
?>

现在我正在尝试通过css定位块,但此块不在常规styles.css中。

如何设法将此块添加到styles.css文件中以添加位置?

1 个答案:

答案 0 :(得分:0)

您可以使用以下代码添加css:

$this->getLayout()->getBlock('head')->addCss('css/mymodule/stylesheet.css');