mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

default.html (269B)


      1 <?php $this->yellow->layout("header") ?>
      2 <div class="content">
      3 <div class="main" role="main">
      4 <h1><?php echo $this->yellow->page->getHtml("titleContent") ?></h1>
      5 <?php echo $this->yellow->page->getContentHtml() ?>
      6 </div>
      7 </div>
      8 <?php $this->yellow->layout("footer") ?>