<?php if (JRequest::getVar('view') == 'frontpage'): ?>
// show something on frontpage
<?php endif; ?>
<?php if (JRequest::getVar('view') != 'frontpage'): ?>
// something that will not show on frontpage here
<?php endif; ?>
<?php if (JRequest::getVar('Itemid') != 1): ?>
// something that will not show on the menu with Itemid 1
<?php endif; ?>
{source}
<?php if (JRequest::getVar('view') == 'frontpage'); ?>
<p style="text-align: left;"><span style="font-size: 22px;"><strong><a href="http://www.perrerac.org/radio-online">Escuchar Radio Online</a></strong></span></p>
<p style="text-align: left;"> </p>
<?php endif; ?>
{/source}
Time to create page: 0.069 seconds