Fix News Container

This commit is contained in:
root 2014-03-01 13:00:37 -07:00
parent 6ea8986a7d
commit 2eecf3aac3

14
public/templates/bootstrap/admin/news/default.tpl Normal file → Executable file
View File

@ -35,13 +35,6 @@
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="panel panel-info">
<div class="panel-heading">
<i class="fa fa-edit fa-fw"></i> Previous News
</div>
<div class="panel-body">
<div class="row">
{nocache}
{section name=news loop=$NEWS}
<div class="col-lg-12">
@ -64,9 +57,4 @@
</div>
</div>
{/section}
{/nocache}
</div>
</div>
</div>
</div>
{/nocache}