I am trying to insert rotating ads into Horbar1 and I keep receiving "Parse Error Line 183" messages. I am using the Ad-minister plugin which works fine if I place the code on line 1 of bfa_header_config.php, but generates the parse errors if I insert it between <div class="horbar1"> and </div> as instructed.
The code I am trying to use is
Code:
<?php do_action('ad-minister', array('position' => 'Top
ad'));
?>
which is the minimum code suggested by the authors of the plugin.
Any suggestions are appreciated!