/var/www/(Del)gepgroup.hk/_slideshow.php


1
2
3
4
5
6
<?php
function slideShow_bg($img_url) {
?>
    <li class="slide"><div class="home-bg" style="background:url(<?=$img_url?>) center center no-repeat;"></div></li>
<?php
}