Different Logo per forum

JVCode

Well-known member
I know you can allocate different styles to certain forums, but I'd like to have different logo's for certain forum ID's. Is there anyway I'd be able todo this?
 
This is the conditional I use to remove the breadcrumbs from a specific node:
<xen:if is="{$quickNavSelected} != 'node-55'">content_to_include</xen:if>

It might be possible to use that in conjunction with the header or logo_block templates.
 
This is the conditional I use to remove the breadcrumbs from a specific node:
<xen:if is="{$quickNavSelected} != 'node-55'">content_to_include</xen:if>

It might be possible to use that in conjunction with the header or logo_block templates.
Is there away to make this an array to include more then one node id?
 
Top Bottom