Revision: 13432
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 23, 2009 15:27 by sfjalar
Initial Code
<?php
if ( JRequest::getVar('view') == 'frontpage' ) {
?>
<!-- display your home page HTML here -->
<?php
} else {
?>
<!-- display your internal page HTML here -->
<?php } ?>
Initial URL
Initial Description
Initial Title
Detecting page type in Joomla
Initial Tags
page, joomla
Initial Language
PHP