change breadcrumps in the heihe view
This commit is contained in:
parent
cc69916289
commit
1685942a13
|
@ -12,6 +12,7 @@
|
|||
$this->theme->AppendPlus($this,'google_map_v3');
|
||||
$this->theme->AppendPlus($this,'colorbox');
|
||||
?>
|
||||
<?= $this->render('breadcrumbs.phtml') ?>
|
||||
<style>
|
||||
h3.gs_rt{font-size:110%;}
|
||||
</style>
|
||||
|
@ -21,7 +22,6 @@ h3.gs_rt{font-size:110%;}
|
|||
<?= $this->partial('heihe/navi.phtml'); ?>
|
||||
</div>
|
||||
<div class="span10">
|
||||
<div><?= $this->breadcrumb() ?> </div>
|
||||
<h3><?php echo $this->escape($md->title);
|
||||
if ($md->title_en) echo '<br />'.$this->escape($md->title_en);?>
|
||||
</h3>
|
||||
|
|
Loading…
Reference in New Issue