Test apidemo01

  • Seite mit Layout apidemo01
  • Quelle
  • ein Beispiel-Layout um den Seiteninhalt anzuzeigen

Inhalt der Layout-Datei

<!-- apidemo01.html
Quelle:https://datenstrom.se/de/yellow/help/api-for-developers
ein Beispiel-Layout um den Seiteninhalt anzuzeigen -->
<?php $this->yellow->layout("header") ?>
<div class="content">
<div class="main" role="main">
<h1><?php echo $this->yellow->page->getHtml("titleContent") ?></h1>
<?php echo $this->yellow->page->getContent() ?>
</div>
</div>
<?php $this->yellow->layout("footer") ?>