| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?php
- $data = array (
- 1 =>
- array (
- 4 =>
- array (
- 'title' => 'MayiCMS首页',
- 'url' => 'index.php?mod=index',
- 'color' => '',
- 'flag' => 'index',
- 'ico' => '',
- 'target' => '_self',
- ),
- 1 =>
- array (
- 'title' => '信息分类',
- 'url' => 'index.php?mod=category',
- 'color' => '',
- 'flag' => 'category',
- 'ico' => '',
- 'target' => '_self',
- ),
- 2 =>
- array (
- 'title' => '热点资讯',
- 'url' => 'index.php?mod=news',
- 'color' => '',
- 'flag' => 'news',
- 'ico' => '',
- 'target' => '_self',
- ),
- 3 =>
- array (
- 'title' => '商家店铺',
- 'url' => 'index.php?mod=corp',
- 'color' => '',
- 'flag' => 'corp',
- 'ico' => '',
- 'target' => '_self',
- ),
- 55 =>
- array (
- 'title' => '商品展示',
- 'url' => 'index.php?mod=goods',
- 'color' => '',
- 'flag' => 'goods',
- 'ico' => '',
- 'target' => '_self',
- ),
- ),
- 2 =>
- array (
- 39 =>
- array (
- 'title' => '二手转让',
- 'url' => 'index.php?mod=category&catid=1',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_ershou.gif',
- 'target' => '_self',
- ),
- 40 =>
- array (
- 'title' => '车辆买卖',
- 'url' => 'index.php?mod=category&catid=2',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_che.gif',
- 'target' => '_self',
- ),
- 41 =>
- array (
- 'title' => '房屋租售',
- 'url' => 'index.php?mod=category&catid=3',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_fang.gif',
- 'target' => '_self',
- ),
- 42 =>
- array (
- 'title' => '全职招聘',
- 'url' => 'index.php?mod=category&catid=4',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_zhaopin.gif',
- 'target' => '_self',
- ),
- 43 =>
- array (
- 'title' => '兼职招聘',
- 'url' => 'index.php?mod=category&catid=5',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_jzzhaopin.gif',
- 'target' => '_self',
- ),
- 44 =>
- array (
- 'title' => '求职简历',
- 'url' => 'index.php?mod=category&catid=6',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_jianli.gif',
- 'target' => '_self',
- ),
- 45 =>
- array (
- 'title' => '交友活动',
- 'url' => 'index.php?mod=category&catid=7',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_love.gif',
- 'target' => '_self',
- ),
- 46 =>
- array (
- 'title' => '宠物',
- 'url' => 'index.php?mod=category&catid=8',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_pet.gif',
- 'target' => '_self',
- ),
- 47 =>
- array (
- 'title' => '生活服务',
- 'url' => 'index.php?mod=category&catid=9',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_life.gif',
- 'target' => '_self',
- ),
- 48 =>
- array (
- 'title' => '教育培训',
- 'url' => 'index.php?mod=category&catid=10',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_edu.gif',
- 'target' => '_self',
- ),
- 49 =>
- array (
- 'title' => '商务服务',
- 'url' => 'index.php?mod=category&catid=189',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_business.gif',
- 'target' => '_self',
- ),
- 52 =>
- array (
- 'title' => '商家机构',
- 'url' => 'index.php?mod=corp',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_corp.gif',
- 'target' => '_self',
- ),
- 53 =>
- array (
- 'title' => '热点资讯',
- 'url' => 'index.php?mod=news',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_news.gif',
- 'target' => '_self',
- ),
- 54 =>
- array (
- 'title' => '商品展示',
- 'url' => 'index.php?mod=goods',
- 'color' => '',
- 'flag' => '',
- 'ico' => '/template/default/images/index/icon_goods.gif',
- 'target' => '_self',
- ),
- ),
- );
- ?>
|