ZF-3711: Missing endif on the dojo() View Helper Usage Example (12.3.1)
Description
In the example of the layout script there is this piece of code documentented:
<? if ($this->dojo()->isEnabled()):
$this->dojo()->setLocalPath('/js/dojo/dojo.js')
->addStyleSheetModule('dijit.themes.tundra');
echo $this->dojo();
?>
This of course causes a 'unexpected $end' fatal syntax error because the if-statement is never closed.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2008-09-01T03:12:02.000+0000
Solved in SVN r11185