I dont see the plugin being called at al , since it is a plugin it calls the MM box only if news items are present , in your case I would call it in the template itself
place this in your index.php , right before </head> tag ,
replace mambots with plugins if you use Joomla 1.5
| Code: |
<link rel='stylesheet' type='text/css' href='mambots/content/bot_mb/css/popbox.css' media='screen'/>
<script type='text/javascript' src='mambots/content/bot_mb/js/mootools.js'></script>
<script type='text/javascript' src='mambots/content/bot_mb/js/popbox.js'></script>
<script type='text/javascript' src='mambots/content/bot_mb/js/moviebox.js'></script>
<!--[if lte IE 6]>
<link href="mambots/content/bot_mb/css/ie6fixes.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="mambots/content/bot_mb/js/ie6minmax.js"></script>
<![endif]-->
|