/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if ( JRequest::getVar('view') == 'frontpage' ) { ?> <!-- display your home page HTML here --> <?php } else { ?> <!-- display your internal page HTML here --> <?php } ?>