#Application/layouts/frontend.phtml <?php $this->headLink()->appendStylesheet(_APP_URL . "/lib/css/main.css"); $this->headLink()->appendStylesheet(_APP_URL . "/lib/css/breadcrumbs.css"); ?> <html> <head> <?php echo $this->headLink()."n" ?> </head> <body> </body> </html>