Einchecken des OnlineStands
This commit is contained in:
22
templates/svjf/tpl_uebersicht.php
Normal file
22
templates/svjf/tpl_uebersicht.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<div class="uebersicht grid_40col wrapper">
|
||||
<?php
|
||||
|
||||
foreach ( $this -> _data as $data )
|
||||
{
|
||||
?>
|
||||
<div class="grid_40col">
|
||||
<a class="link" href="index.php?siteId=20&navId=<?php echo $data[ 'siteId' ]; ?>">
|
||||
<?php
|
||||
$content = clone( $this );;
|
||||
$content -> setTemplate ( 'uebersicht_' . $data[ 'type' ] );
|
||||
$content -> setData ( $data );
|
||||
echo $content -> output ( );
|
||||
?>
|
||||
<br class="fix"/>
|
||||
</a>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
|
||||
?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user