2014-06-12 08:21:21 +00:00
|
|
|
<?php
|
|
|
|
$this->headTitle($this->config->title->site);
|
|
|
|
$this->headTitle('后台管理');
|
|
|
|
$this->headTitle()->setSeparator(' - ');
|
|
|
|
$this->breadcrumb('<a href="/">首页</a>');
|
2011-10-12 13:46:43 +00:00
|
|
|
$this->breadcrumb('<a href="/admin">后台首页</a>');
|
2014-06-12 08:21:21 +00:00
|
|
|
$this->breadcrumb('系统管理');
|
|
|
|
$this->breadcrumb()->setSeparator(' > ');
|
|
|
|
?>
|
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span2">
|
|
|
|
<?= $this->partial('sys/left.phtml'); ?>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="span10">
|
|
|
|
|
|
|
|
</div>
|
2011-10-12 08:50:27 +00:00
|
|
|
</div>
|