13 lines
684 B
PHP
Executable File
13 lines
684 B
PHP
Executable File
<?php
|
|
|
|
|
|
//This file contains the commonly used variables
|
|
|
|
$parent_tab_info_array=array(1=>'My Home Page',2=>'Marketing',3=>'Sales',4=>'Support',5=>'Analytics',6=>'Inventory',7=>'Tools',8=>'Settings');
|
|
|
|
|
|
$parent_child_tab_rel_array=array(1=>array(3,9,28,),2=>array(26,6,4,28,7,9,8,91,91,96,96,97,97,),3=>array(7,6,4,2,20,22,23,19,8,9,40,40,42,42,52,52,56,56,),4=>array(13,15,6,4,8,28,9,34,34,45,45,46,46,47,47,),5=>array(25,1,),6=>array(14,18,19,21,22,20,23,31,31,39,39,49,49,),7=>array(24,27,8,30,32,32,35,35,43,43,53,53,60,60,24,27,43,53,30,63,63,65,65,66,66,80,80,85,85,86,86,87,87,90,90,92,92,95,95,),8=>array(61,61,62,62,69,69,75,75,78,78,79,79,81,81,82,82,93,93,94,94,),);
|
|
|
|
|
|
|
|
?>
|