KLanding/assets/css/widgetback.php
2016-02-06 18:23:54 +00:00

16 lines
220 B
PHP

<html>
<head>
</head>
<body>
<?php include '../../config.php';?>
<?php
if ($customwidgetbackgroud > "0") {
echo background: <?php echo $custombackground; ?>;
} else {
echo background: #FFF;
}
?>
</body>
</html>