2012-02-20 08:46:15 +00:00
|
|
|
<?php
|
|
|
|
$this->headTitle($this->config->title->site);
|
|
|
|
$this->headTitle($this->config->title->data);
|
|
|
|
$this->headTitle()->setSeparator(' - ');
|
|
|
|
$this->headLink()->appendStylesheet('/css/water.css');
|
2014-05-08 13:25:27 +00:00
|
|
|
$this->nav[] = array('link'=>"/glacier",'title'=>$this->config->title->glacier);
|
2012-02-20 08:46:15 +00:00
|
|
|
?>
|
2014-05-08 13:25:27 +00:00
|
|
|
<?= $this->render('breadcrumbs.phtml'); ?>
|
2013-04-16 09:19:06 +00:00
|
|
|
<div class="row">
|
2014-05-08 13:25:27 +00:00
|
|
|
<div class="span2">
|
|
|
|
<?= $this->partial('glacier/navi.phtml'); ?>
|
2013-04-16 09:19:06 +00:00
|
|
|
</div>
|
2014-05-08 13:25:27 +00:00
|
|
|
|
|
|
|
<div class="span10">
|
2013-04-16 09:19:06 +00:00
|
|
|
<div id="intro">
|
2014-05-08 13:25:27 +00:00
|
|
|
<h1><?php if(!empty($this->info['title'])) echo $this->info['title']; ?></h1>
|
|
|
|
<table>
|
|
|
|
<tr><td><?php if(!empty($this->info['body'])) echo $this->info['body'];?></td></tr>
|
|
|
|
</table>
|
2013-04-16 09:19:06 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-02-20 08:46:15 +00:00
|
|
|
</div>
|