-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi. Thanks for this module.
Have question: how do you deal with such:
{$this->headTitle('ZF2 '. $this->translate('Skeleton Application'))->setSeparator(' - ')->setAutoEscape(false)}
or
{$this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/images/favicon.ico'))
->prependStylesheet($this->basePath() . '/css/bootstrap-responsive.min.css')
->prependStylesheet($this->basePath() . '/css/style.css')
->prependStylesheet($this->basePath() . '/css/bootstrap.min.css')}
they result in error and I am not sure how to avoid it. Note I'd like to do these operations on template level. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels