https://www.icyphoenix.com/viewtopic.php?f=36&t=6090&p=41289#p41289 ----------------------------------- Lopalong Wed 15 Jul, 2009 12:11 Re: Ads Block Position Left/right ----------------------------------- If KS wants to go "Global" for more than one theme, then it is better to avoid .css per theme and add the extra markup to the default.cfg and use arguments for each style; as no doubt either way it's done will not suit all themes. Something like this: [code linenumbers=false]if($color == 'floreal') { $images['google_begin'] = '


'; $images['google_end'] = '
'; } else { $images['google_begin'] = ''; $images['google_end'] = ''; } And we end up with something like this for the default overall_header.tpl: {GOOGLE_BEGIN}, and {GOOGLE_END} for the footer. [/code] And by adding different "if" and "else" arguments, all markup will end up in the same file. So many style variations - - - - So many complications. Ice and its associated themes for example will need yet another container added. :mricy: