I only want certain banners to appear on selected pages. I know how to disable the right and left columns in tpl_main_page.php but I don't find any $flag_disable_banner function or similar. I guess I could wrap the banner display code in a conditional and use a array similar to the one for the side boxes, but is there a simpler way I'm missing?? And where do you suggest doing it? In tpl_main_page.php or tpl_footer.php or in some banner file?
I guess I know just enough php to be dangerous