westdc-zf1/application/default/views/scripts/about/sponsors.phtml

21 lines
605 B
PHTML
Raw Permalink Normal View History

<?php
$this->headTitle($this->config->title->site);
2013-11-10 08:34:18 +00:00
$this->headTitle('Sponsors');
$this->headTitle()->setSeparator(' - ');
$this->headLink()->appendStylesheet('/css/about.css');
2013-11-10 08:34:18 +00:00
$this->breadcrumb('<a href="/">Home</a>');
$this->breadcrumb('<a href="/about">About</a>');
$this->breadcrumb('Sponsors');
$this->breadcrumb()->setSeparator(' > ');
?>
<div class="row">
<div class="span3">
<?= $this->partial('about/navi.phtml'); ?>
</div>
<div class="span9">
<div id="content">
2013-11-10 08:34:18 +00:00
<h2>Sponsors</h2>
<?= $this->item['body']; ?>
</div>
</div>
2012-03-27 14:10:56 +00:00
</div>