Forums / Setup & design / is this bug in ezdesign with css?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

is this bug in ezdesign with css?

Author Message

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 ?!