更新页面展示
This commit is contained in:
parent
5259a56a9f
commit
ad966c6851
|
@ -1,4 +1,8 @@
|
|||
|
||||
<?php
|
||||
$this->headTitle($this->config->title->site);
|
||||
$this->headTitle($this->config->title->data);
|
||||
$this->headTitle()->setSeparator(' - ');
|
||||
?>
|
||||
<div class="row">
|
||||
<div class="span12" style=" border-bottom:1px dashed #E0E0E0">
|
||||
<form method="get" action="/search" id="search" class="form-search">
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
$this->theme->AppendPlus($this,'uploadify');
|
||||
$this->theme->AppendModel($this,'offlineapp-uploader');
|
||||
?>
|
||||
<?= $this->render('breadcrumbs.phtml') ?>
|
||||
<div class="row">
|
||||
|
||||
<div class="span3">
|
||||
|
|
Loading…
Reference in New Issue