Ok so what you are saying is that if I want to have ads in the Sidebar. I just edit sidebar.php and just smack the ad code in there somewhere. if(function_exists('printCustomMenu') && getOption('zenpage_custommenu')) {
?>
<div class="menu">
<?php printCustomMenu('zenpage','list','',"menu-active","submenu","menu-active",2); ?>
</div>
<?php
} else {
if(function_exists("printAllNewsCategories")) { ?>
<div class="menu">
<h3><?php echo gettext("News articles"); ?></h3>
<?php
LIke right in the midle of this. This must be the right place to put it.
printAllNewsCategories(gettext("All news"),TRUE,"","menu-active",true,"submenu","menu-active");
?>
Nah of course not. Thats why you should write some hints to where to put the code. There are certain places you shall not put the code in. That goes for whatever them you use. Maybe you could tell those that write the themes. To add that in the php code. You know something like put the ad code here.