added base plugin
This commit is contained in:
parent
fcad3b07f1
commit
193bfd2247
5 changed files with 23 additions and 26 deletions
|
|
@ -1,3 +1,12 @@
|
|||
this is my site
|
||||
<?php if($this->header_image): ?>
|
||||
<img id="header_image" src="<?php echo $this->base ?>/img/header/<?php echo $this->header_image ?>" alt="">
|
||||
<?php endif ?>
|
||||
|
||||
Title (<?php echo $this->title; ?>)
|
||||
<h1><?php echo $this->title ?></h1>
|
||||
<?php if($this->subtitle): ?>
|
||||
<h2><?php echo $this->subtitle ?></h2>
|
||||
<?php endif ?>
|
||||
|
||||
<div id="content">
|
||||
<?php echo $this->content ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue