// echo $_REQUEST['option'];
if ($_REQUEST['option']=="com_frontpage") {
include ("index.html");
} else
{ ?>
Gianni Borta - Browse
if($_REQUEST['catid']==1)
{
// GRAPHICS GALLERY
//echo "1";
include("templates/borta/include/graphics.inc.php");
}
elseif($_REQUEST['catid']==2)
{
// OIL PAINTING GALLERY
//echo "2";
include("templates/borta/include/oil.inc.php");
}
elseif($_REQUEST['catid']==3)
{
// OTHER GALLERY
//echo "3";
include("templates/borta/include/other.inc.php");
} else
{
include("templates/borta/include/news.inc.php");
}
?>
} ?>