Einchecken des OnlineStands
This commit is contained in:
11
templates/svjf/tpl_pageContents.php
Normal file
11
templates/svjf/tpl_pageContents.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
foreach ( $this -> _data as $data )
|
||||
{
|
||||
$content = clone( $this );
|
||||
$content -> setTemplate ( $data[ 'type' ] );
|
||||
$content -> setData ( $data );
|
||||
echo $content -> output ( );
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user