<?php
$this->headLink()->appendStylesheet($this->baseUrl().'/css/style.css');
echo $this->headLink();
?>
$this->headLink()->appendStylesheet($this->baseUrl().'/css/style.css');
echo $this->headLink();
?>
Or just use:
<link rel="stylesheet" href="<?php echo $this->baseUrl();?>/css/style.css"/>
No comments:
Post a Comment