Special
// ** Images
$PROJECT['IMG'] = array
(
'logo' => IMG_BIN . 'home/logo.nbg.png',
'staff_dir' => IMG_BIN . 'staff/',
);
// ** Staff (coordinate with structure.staff.sql)
$PROJECT['STAFF_ROLE'] = array
(
'partner' => 1,
'attorney' => 2,
'permanent' => 4,
'temporary' => 8,
'intern' => 16,
'affiliate' => 32,
'undefined' => 127,
);
$PROJECT['STAFF_STATUS'] = array
(
'inactive' => -1,
'on_leave' => 0,
'active' => 1,
);
$PROJECT['IMG'] = array
(
'logo' => IMG_BIN . 'home/logo.nbg.png',
'staff_dir' => IMG_BIN . 'staff/',
);
// ** Staff (coordinate with structure.staff.sql)
$PROJECT['STAFF_ROLE'] = array
(
'partner' => 1,
'attorney' => 2,
'permanent' => 4,
'temporary' => 8,
'intern' => 16,
'affiliate' => 32,
'undefined' => 127,
);
$PROJECT['STAFF_STATUS'] = array
(
'inactive' => -1,
'on_leave' => 0,
'active' => 1,
);
[There are no comments on this page]