added base plugin
This commit is contained in:
parent
fcad3b07f1
commit
193bfd2247
5 changed files with 23 additions and 26 deletions
|
|
@ -59,20 +59,7 @@
|
|||
</header>
|
||||
|
||||
<article id="stage">
|
||||
|
||||
<?php if($this->headerImage): ?>
|
||||
<img id="header_image" src="<?php echo $this->headerImage ?>" alt="">
|
||||
<?php endif ?>
|
||||
|
||||
<h1><?php echo Navigation::getTitle(); ?></h1>
|
||||
<?php if(Navigation::getSubtitle()): ?>
|
||||
<h2><?php echo Navigation::getSubtitle(); ?></h2>
|
||||
<?php endif ?>
|
||||
|
||||
<div id="content">
|
||||
<?php echo $this->stageContent ?>
|
||||
</div>
|
||||
|
||||
<?php echo $this->stageContent ?>
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue