예제 #1
0
<?php

//ini_set('display_errors',1);
require 'app_code/config.inc.php';
require_once 'class/class.contacts.php';
require 'class/class.ManageCategories.php';
$page = new basic_page();
$user = new User();
$page->auth->Checklogin();
$obj = new ManageCategories();
//$notify= new Notification();
$contact = new Company_Global();
$contact->SetUserID($page->auth->Get_user_id());
$contact->SetUserName($page->auth->Get_user_name());
$ajax = new PHPLiveX();
//$ajax -> AjaxifyObjects(array(""));
//$task -> SetUserObject($user);
//$task -> SetUserID($page->auth->Get_user_id());
$page->setPageKeywords('');
$page->setPageDescription('');
$page->setPageTitle("MANAGE CATEGORIES");
$page->setActiveButton('5');
$page->setInnerNav('0');
$page->SetDynamicCSS_1('main_style.php');
$page->SetDynamicCSS_2('form.php');
$page->setCustomJavaScripts('');
//*********************Page Style *******************************//
// used to set page styles.  This should be used sparingly.  External css should be used instead.
$page->setPageStyle($page_style);
$page->displayPageTop();
// **********************Start html for content column ****************************//