Einchecken des OnlineStands
This commit is contained in:
15
templates/svjf/tpl_galery.php
Normal file
15
templates/svjf/tpl_galery.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<div id="galeryslider">
|
||||
<div class="full_width close"><span onclick="$( '#galeryslider' ).hide( );">x</span></div>
|
||||
<div class="slider">
|
||||
<?php
|
||||
foreach ( $this -> _data as $image )
|
||||
{
|
||||
extract( $image );
|
||||
?>
|
||||
<img src="<?php echo $path . $src; ?>" title="<?php echo $title; ?>" />
|
||||
<?php
|
||||
}
|
||||
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user