| xqd
@@ -95,7 +95,17 @@
|
|
|
<?php if(!empty($_G['setting']['pluginhooks']['index_header'])) echo $_G['setting']['pluginhooks']['index_header'];?>
|
|
|
<div class="bm sg-container">
|
|
|
<div class="sg-block-title"><h2><?php echo $_GET['province']; ?></h2></div>
|
|
|
- <div class="sg-area-container"></div>
|
|
|
+ <div class="sg-area-container">
|
|
|
+ <?php if(is_array(dunserialize($_G['sg']['group_list']))) { ?>
|
|
|
+ <?php foreach(dunserialize($_G['sg']['group_list']) as $val) { ?>
|
|
|
+ <div>
|
|
|
+ <a href="forum.php?mod=group&fid=<?php echo $val['fid'];?>">
|
|
|
+ <img src="<?php echo $val['icon'];?>" width="48" height="48">
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <?php } ?>
|
|
|
+ <?php } ?>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<!-- <div class="bm sg-container">-->
|
|
|
<!-- <div class="sg-block-title"><h2>推荐</h2></div>-->
|