Thursday 21 April 2005 4:56:38 am
Do you mean your problem is like this?
Link in adress bar. http://ez.no/yoursite/content/pdf/255
If so this is not a problem ez generates the PDF so it becomes 255.pdf. At least this works in 3.5.1 with this code:
<a href={concat('/content/pdf/',$module_result.node_id)|ezurl}>{'application/pdf'|mimetype_icon( small, "Download PDF"|i18n( "design/base" ) )} {"Download PDF version of this page"|i18n( "design/base" )}</a>
|