( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<h4 class="font-thin m-t " > Layouts </h4>
<?php $hometheme = $db->layouts(6);
if (!empty($hometheme)) {
while ( list($key,$val)=each($hometheme) ) {
$titleTheme = stripslashes($val["title"]);
$themepic = stripslashes($val["picture"]);
$effect_id = stripslashes($val["msg_id"]);
?> <img style="margin:2px; margin-bottom:10px" class=" img-circle" src="<?php echo $siteaddress;?>taswira.php?width=80&height=90&quality=90&cropratio=1:1&image=/v/uploads/layouts/<?php echo $themepic; ?>" >
<?php }}
?>