Hm i have a plugin that are showing me ads to the right category.
like this:
But for some category i didint need this, and i want to display my standard Ads.
I tryed it with else and else if, but i didint get it to work :/
Some have a idea?
greetz
leonor
like this:
PHP:
$TMPL['extra_ad'] = '';
if($TMPL['cat_exist'] == "Cat one")
{
$TMPL['extra_ad'] .= '<center>banner comes here</center>';
}
if($TMPL['cat_exist'] == "Cat two")
{
$TMPL['extra_ad'] .= '<center>banner comes here</center>';
}
Normal AD
I tryed it with else and else if, but i didint get it to work :/
Some have a idea?
greetz
leonor