Monday 22 November 2010 8:37:44 am
Hi guys! I'd like your opinion of something.
On my 4.4-based test site, my browser complains about not being able to access /extension/ezjscore/design/standard/lib/yui/2.7.0/ build/calendar/assets/calendar.css Which is only natural, since my apache rules don't allow this. I could of course just change the rules, but I'd rather not, since I do not like to make such exceptions without good reason. The file request comes from for example:
extension/ezwebin/design/ezwebin/templates/content/datatype/edit/ezdate.tpl: {ezcss_require( concat( '/', $base.yui2, 'calendar/assets/calendar.css' ) )} I've looked for anything in the online documentation regarding this, either apache config configuration requirements, or something about ezcss_require, but can't find much of anything. Have I missed some obvious documentation? Should this be reported as an issue? What do you think?
|