Saturday 25 May 2013
You are here: Home FAQ's Flash header only in front page

Flash header only in front page

Print PDF

For joomla 1.0 add this code in index.php:

<?php if ($option=="com_frontpage") : ?>
<object type="application/x-...........
</object>
<?php endif; ?>

For joomla 1.5 add this code in index.php:


<?php if (JRequest::getVar('view')=='frontpage') : ?>
<object type="application/x-s..................
</object>
<?php endif; ?>