70 已修改 CSS 为 float: left,就去掉注释吧

This commit is contained in:
ShingChi 2013-11-18 14:05:18 +08:00
parent b604c86a63
commit 89960a5aa2

View File

@ -45,11 +45,11 @@
</div>
<div class="col-mb-12">
<nav id="nav-menu" class="clearfix">
<a<?php if($this->is('index')): ?> class="current"<?php endif; ?> href="<?php $this->options->siteUrl(); ?>"><?php _e('首页'); ?></a><!--
--><?php $this->widget('Widget_Contents_Page_List')->to($pages); ?><!--
--><?php while($pages->next()): ?><!--
--><a<?php if($this->is('page', $pages->slug)): ?> class="current"<?php endif; ?> href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a><!--
--><?php endwhile; ?>
<a<?php if($this->is('index')): ?> class="current"<?php endif; ?> href="<?php $this->options->siteUrl(); ?>"><?php _e('首页'); ?></a>
<?php $this->widget('Widget_Contents_Page_List')->to($pages); ?>
<?php while($pages->next()): ?>
<a<?php if($this->is('page', $pages->slug)): ?> class="current"<?php endif; ?> href="<?php $pages->permalink(); ?>" title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a>
<?php endwhile; ?>
</nav>
</div>
</div><!-- end .col-group -->