Monday, June 29, 2009

Joomla Home Page Condition

Hi,

If you want to set other page in home page. Than you can add this code in your template's index.php file

$view = $_GET['view'];
if($view == "frontpage")
{
include('pages/homepage.php');
}
else
{
?>

}
?>

1 comments:

  1. Great code bro... It will very help full to me.

    Thank You Bro...!!!! ;)

    ReplyDelete