Rev 11070 |
Rev 11492 |
Go to most recent revision |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 11070 |
Rev 11491 |
| Line 1... |
Line 1... |
| 1 |
<?php
|
1 |
<?php
|
| 2 |
//print_r($home_banner);
|
2 |
//print_r($home_banner);
|
| - |
|
3 |
$home_banner = null;//remove me
|
| 3 |
if(isset($home_banner) and !empty($home_banner) and count($home_banner)>0)
|
4 |
if(isset($home_banner) and !empty($home_banner) and count($home_banner)>0)
|
| 4 |
{//print_r($home_banner);
|
5 |
{//print_r($home_banner);
|
| 5 |
?><div id='mySwipe' style='max-width:500px;margin:5px auto 0' class='swipe home-banner'>
|
6 |
?><div id='mySwipe' style='max-width:500px;margin:5px auto 0' class='swipe home-banner'>
|
| 6 |
<div class='swipe-wrap'>
|
7 |
<div class='swipe-wrap'>
|
| 7 |
<?php foreach ($home_banner as $banner) { ?>
|
8 |
<?php foreach ($home_banner as $banner) { ?>
|