46
Mith, is there a way i can use the site id function in a theme?
so that i could possibly share 1 theme, but in the theme itself.. for example:
if (XOOPS_SITE_ID == 1) then headerlogo = logo1
if (XOOPS_SITE_ID == 2) then headerlogo = logo2
if (XOOPS_SITE_ID == 3) then headerlogo = logo3
and so on..
or possibly as i have the logo in my theme in a div function.
<div id="header">
<div id="headerbanner"><{$xoops_banner}>div>
div>
it might be better if i could use:
if (XOOPS_SITE_ID == 1) header = header1
etc, so that i could have a seperate class in the css which points to a different logo?