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


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