Can anybody tell me the "condition" name if i want to <if> in "headerinclude" for individual meta tags for the different DownloadsII templates (DOWNLOAD / downloads_file / downloads_cat / etc.)
i mean something like this in "headerinclude" Template:
Code:
<if condition="$show['downloads_file']">
<meta name="keywords" content="individual keywords" />
<meta name="description" content="individual description" />
<else />
thx