I was reading the docs and implementing some view placeholders today and came across this in the manual:
"$conditionalStylesheet is a boolean, and will be used at rendering time to determine if special comments should be included to prevent loading of the stylesheet on certain platforms." http://framework.zend.com/manual/en/zend.view.helpers.html#zend.view.helpers.initial.headlink But it isn't a boolean as it needs to accept a sctring as it just echoes out the value in the placeholder as part of the CSS conditional if statement. I don't know if this is the right place to report this so sorry if it's not. Simon ----- Simon Corless http://www.ajb007.co.uk/ -- View this message in context: http://www.nabble.com/Possible-error-in-the-docs-tp16083935s16154p16083935.html Sent from the Zend Framework mailing list archive at Nabble.com.
