Einchecken des OnlineStands

This commit is contained in:
2016-09-07 14:36:03 +00:00
parent feed788c84
commit 53295535eb
241 changed files with 69161 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
if ( $this -> _editable )
{
?>
<div class="headline grid_40col wrapper" id="content_headline_<?php echo $this -> _data[ 'id' ]; ?>" data-editable="headline">
<?php
}
else
{
?>
<div class="grid_40col wrapper">
<?php
}
?>
<div class="grid_40col">
<h1 class="content"><?php echo $this -> _data[ 'content' ]; ?>
<br class="fix"/>
</div>
</div>