Forums / Setup & design / is this bug in ezdesign with css?
Selmah Maxim
Monday 04 August 2003 4:05:09 am
I had override the admin layout, and I had new style, the strange the output of :
<link rel="stylesheet" type="text/css" href={"stylesheets/mystyle.css"|ezdesign} />
is come out like this :
<link rel="stylesheet" type="text/css" href="/ez32/extension/mymodule/design/admin/stylesheets/mystyle.css" />
the style is under extension/mymodule/design/admin/stylesheets
Ezp cann`t find the style bcoz of the folder name in the start of the path.
How to solve this .. is this bug ?!