Example #1
0
 protected function renderHead()
 {
     $header = HTML::head(HTML::title($this->hookTitle()) . HTML::link(['rel' => 'shortcut icon', 'href' => '/Content/Images/favicon.ico', 'type' => 'image/vnd.microsoft.icon']) . HTML::meta(['http-equiv' => 'Content-Type', 'content' => 'text/html; charset=utf-8']) . HTML::meta(['name' => 'description', 'content' => '']) . $this->hookHeader() . $this->renderStylesheets());
     return $header;
 }