Forums / General / set variable in URL

"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".

set variable in URL

Author Message

hafez ahmad

Thursday 30 November 2006 2:31:32 am

hi all
how can I set variable in import url like

@import url({"stylesheets/$dir.css"|ezdesign});

thanks.

Kristof Coomans

Thursday 30 November 2006 2:39:35 am

Hi

Take a look at the concat template operator: http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_operators/strings/concat

@import url({concat("stylesheets/",$dir,".css")|ezdesign});

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

hafez ahmad

Thursday 30 November 2006 2:59:10 am

thanks