fixed col2 css
This commit is contained in:
parent
3c4f4e43f6
commit
1a35247fb7
2 changed files with 42 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
<?php if($this->header_image): ?>
|
||||
<img id="header_image" src="<?php echo $this->base ?>/img/header/<?php echo $this->header_image ?>" alt="">
|
||||
<?php endif ?>
|
||||
|
||||
<h1><?php echo $this->title ?></h1>
|
||||
<?php if($this->title): ?>
|
||||
<h1><?php echo $this->title ?></h1>
|
||||
<?php endif ?>
|
||||
<?php if($this->subtitle): ?>
|
||||
<h2><?php echo $this->subtitle ?></h2>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue