<?php mospathway() ?>
<?php if ($option != 'com_frontpage') { ?>
<?php mospathway() ?>
<? } ?>
<?php if ($option == 'com_frontpage') { ?>
<?php mospathway() ?>
<? } ?>
$option == 'com_frontpage'
mosGetParam( $_REQUEST, 'option') == "com_frontpage"
mosGetParam( $_REQUEST, 'option') == "com_frontpage"
mosGetParam( $_REQUEST, 'option') != "com_frontpage"
Time to create page: 0.083 seconds