Files
YuCheng Hu 7c1af5f559 添加到 trunk
+YUCHENG HU+

git-svn-id: https://svn.code.sf.net/p/hawebs/svn@246 a2543c7e-f6e9-4f8a-8bff-1ffc34733512
2010-06-13 04:46:09 +00:00

13 lines
444 B
PHP

<?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,),3=>array(7,6,4,2,20,22,23,19,8,9,),4=>array(13,15,6,4,8,28,9,31,),5=>array(25,1,),6=>array(14,18,19,21,22,20,23,32,),7=>array(24,27,8,30,35,),8=>array(),);
?>