//header("location: old_site/index.html");
//if($_GET['category_id']=='2'){
// Header( "HTTP/1.1 301 Moved Permanently" );
// Header( "Location: http://www.neivindia.com/index.php?view=product_list&category_id=26" );
// }
//
// if($_GET['category_id']=='1'){
// Header( "HTTP/1.1 301 Moved Permanently" );
// Header( "Location: http://www.neivindia.com/index.php?view=product_list&category_id=25" );
// }
//
// if($_GET['category_id']=='6'){
// Header( "HTTP/1.1 301 Moved Permanently" );
// Header( "Location: http://www.neivindia.com/index.php?view=product_list&category_id=27" );
// }
include("core/app.php");
$app = &app::get_instance();
$app->objDB->setPagingStyle("paging_link", "paging_nolink", "paging_selected");
$app->execute();
$app->unload();
?>