Hi,
The export link templates do not use the skinconf file - that is if
you disable the pdf link, it is always generated...
Is it the way you want to use views or do we still allow the user to
configure his site with the skinconf file ?
IMO it is easy for the user to set these export links via the
skinconf file and to add at the beginning of each templates :
<xsl:if test="not($config/disable-pdf-link) or $disable-pdf-link
= 'false'">
<!-- xhtml generation... -->
</a>
So, the default.fv will always call the export-link.vt.xml, which
will generate what is needed.
--
Cordialement,
Cyriaque,