Thank you!
flow wrote: > > Hi, > > I got a .js file which I want to include in a specific view. > I thought I can include it with > > $this->headScript()->appendFile($this->baseUrl() . '/js/script.js') > > but this way the file is included in the content section, not in the > header section. > > How could I include it into the header section? > Thanks a lot, > greets B. > -- View this message in context: http://www.nabble.com/Include-file-from-a-view-into-header-tp24823834p24840673.html Sent from the Zend Framework mailing list archive at Nabble.com.
