Hi,
I installed a pb-embedFlash plugin for display swf file in header.
The problem is that it displayed only in home page. On custom pages is not displayed.
I pasted this code in header.php
<?php
if(function_exists('pb_embedFlash_plugin'))
{
echo pb_embedFlash_plugin('[flash monta_banner.swf]');
}
?>
Where is the problem?
Home link: Here
Custom page:Here
Used theme: Tropicala.
Thanks for any help