jQuery, HTML 5,CSS3, CSS2, WordPress, Joomla, Email Template, PHP, CSS
Detecting Frontpage in Joomla
Get link
Facebook
X
Pinterest
Email
Other Apps
<?phpif( JRequest::getVar('view') == 'frontpage'){?>
<!-- display your home page HTML here -->
<?php}else{?>
<!-- display your internal page HTML here -->
<?php}?>
Comments
Post a Comment