Commit f64bb1db authored by fangliyan's avatar fangliyan

PC收藏相关

parent 6f36806a
......@@ -9,20 +9,20 @@
<!---->
<div class="user-nav-mod user-nav-mod-auto">
<div class="user-nav-mod"> <a href="javascript:void(0)" class="nav0 js_show_nav"><span class="tex"><strong class="s_h js_s_h <?php if($conf_where=='selllist' || $conf_where=='blocklist' || $conf_where=='sell_condition') echo 's_h_on';?>">我的关注</strong></span></a> </div>
<div class="user-nav-mod"> <a href="javascript:void(0)" class="nav0 js_show_nav"><span class="tex"><strong class="s_h js_s_h <?php if($conf_where=='selllist' || $conf_where=='blocklist' || $conf_where=='sell_condition') echo 's_h_on';?>">我的收藏</strong></span></a> </div>
<div class="show_nav_mod js_show_nav_mod" <?php if($conf_where=='selllist' || $conf_where=='blocklist' ||$conf_where=='schoollist' || $conf_where=='sell_condition' || $conf_where == 'officelist' || $conf_where == 'brandlist') echo 'style="display: block;"';?>>
<div class="user-nav-mod <?php if($conf_where=='selllist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/selllist';?>" class="innerLink">关注的房源</a> </div>
<div class="user-nav-mod <?php if($conf_where=='blocklist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/blocklist';?>" class="innerLink">关注的小区</a> </div>
<div class="user-nav-mod <?php if($conf_where=='selllist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/selllist';?>" class="innerLink">收藏的房源</a> </div>
<div class="user-nav-mod <?php if($conf_where=='blocklist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/blocklist';?>" class="innerLink">收藏的小区</a> </div>
<?php if(GB_CITY=='nj'){?>
<div class="user-nav-mod <?php if($conf_where=='officelist' || $conf_where=='brandlist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/officelist';?>" class="innerLink">关注的楼盘</a> </div>
<div class="user-nav-mod <?php if($conf_where=='officelist' || $conf_where=='brandlist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/officelist';?>" class="innerLink">收藏的写字楼</a> </div>
<?php } ?>
<?php if(GB_CITY=='nj' || GB_CITY=='hf' || GB_CITY=='wh'){?>
<div class="user-nav-mod <?php if($conf_where=='schoollist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/schoollist';?>" class="innerLink">关注的学校</a> </div>
<div class="user-nav-mod <?php if($conf_where=='schoollist') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/schoollist';?>" class="innerLink">收藏的学校</a> </div>
<?php }?>
<div class="user-nav-mod user-nav-mod-last <?php if($conf_where=='sell_condition') echo 'on';?>"> <a href="<?php echo USER_CENTER.'user/sell_condition';?>" class="innerLink">关注的找房条件</a> </div>
<div class="user-nav-mod "> <a href="<?php echo GB_NEW_HOUSE_COLLECT_URL;?>" class="innerLink">楼盘收藏</a> </div>
<div class="user-nav-mod "> <a href="<?php echo GB_NEW_HOUSE_COLLECT_URL;?>" class="innerLink">收藏的楼盘</a> </div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment