File: /www/wwwroot/bs.kntsleep.com/cache/compile/9b5f0f6de30c9af185241d61abcfd2f5.php
<?php defined('IS_OK') or exit('Access Forbidden'); ?>
<?php include(load::theme('com/head')); ?>
<section class="newsdetail" bosscms="newsdetail" group>
<article>
<h1><?php echo $G['group']['name']; ?></h1>
<div>
<b><?php echo $G['config']['group_time']; ?></b>
<i><?php echo date('Y-m-d H:i:s',$G['group']['mtime']); ?></i>
<b><?php echo $G['config']['group_notice']; ?></b>
<i><notice type="<?php echo $G['group']['type']; ?>" id="<?php echo $G['group']['id']; ?>"><?php echo $G['group']['notice']; ?></notice></i>
<?php if( $G['config']['member_open'] ){ ?>
<i class="fa fa-star<?php if( !$G['group']['collect'] ){ ?>-o<?php } ?>">
<a collect="<?php echo $G['group']['type']; ?>_<?php echo $G['group']['id']; ?>" href="javascript:;"><?php echo $G['config']['group_collect']; ?></a>
</i>
<?php } ?>
</div>
<aside><?php echo $G['group']['content']; ?></aside>
<?php if( $G['group']['tag'] ){ ?>
<div class="tag">
<?php foreach( $G['group']['tag'] as $v ){ ?>
<a href="<?php echo $v['url']; ?>" title="<?php echo $v['title']; ?>"><?php echo $v['title']; ?></a>
<?php } ?>
</div>
<?php } ?>
<?php $both1 = html::both( $G['group']['id'], $G['items']['id'], null ); if( $both1 ){ $html = $both1; ?><?php echo $html; ?><?php } ?>
</article>
<?php $comment1 = html::comment( $G['group']['id'], $G['group']['type'], 0, 1 ); if( $comment1 ){ $html = $comment1; ?>
<article>
<div class="comment"><?php echo $html; ?></div>
</article>
<?php } ?>
</section>
<?php include(load::theme('com/foot')); ?>