/**********************************************************************************************
Project : Micromax.
Module : News and Events
Programmer : Rajeswari P
Created Date : 03-July-2006
Last Modified :
Program location : \\OFFLINE SERVER\Projects\etest\whiztek\scripts
ANGLER Location :
Version : 1.0
Description : This page is displaying the news
**********************************************************************************************
**********************************************************************************************/
include "../includes/dbconn.php";
include "../includes/configure.php";
$display=$HTTP_GET_VARS["display"];
if(!$display)
$display="lists";
?>
Micromax Systems
switch($display)
{
case "lists":
include "news_lists.php";
break;
case "details":
include "news_details.php";
break;
}
?>