I need to change the 'Company Logo Image' to a different 'Company Department Logo Image' for groups of web pages that make-up each department.
I am looking for the easiest way to do this. Any ideas?
The following is at the top of every page:
<img
src="<actinic:variable name="CompanyLogoFileName" />"
width="<actinic:variable name="CompanyLogoWidth" />"
height="<actinic:variable name="CompanyLogoHeight" />"
alt="<actinic:variable name="StoreName" />"
class="logoimage" />
Could change this on every page, but I am looking for a better solution than this!
One solution might be to use Actinic's Conditions - but what condition would be suitable?
Anyone done something similar to this?
Gordon
I am looking for the easiest way to do this. Any ideas?
The following is at the top of every page:
<img
src="<actinic:variable name="CompanyLogoFileName" />"
width="<actinic:variable name="CompanyLogoWidth" />"
height="<actinic:variable name="CompanyLogoHeight" />"
alt="<actinic:variable name="StoreName" />"
class="logoimage" />
Could change this on every page, but I am looking for a better solution than this!
One solution might be to use Actinic's Conditions - but what condition would be suitable?
Anyone done something similar to this?
Gordon
Comment