( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php if (!empty($_GET['filter'])) {?> <a href="?mode=elements&page=<?php echo $pageprevious ?>&catid=<?php echo $catid ?><?php if (!empty($_GET['filter'])) {?>&filter=1<?php }?>"> <i class="icon-chevron-left text"></i> Back </a> <?php }?>
<?php
if (!empty($result1))
{?>
<a href="?mode=elements&page=<?php echo $pageprevious ?>&msg_id=<?php echo $msg_id2 ?><?php if (!empty($_GET['filter'])) {?>&filter=1<?php }?>"> <i class="icon-chevron-left"></i> </a>
<?php }
else
{?>
<a > <i class="icon-chevron-left "></i> </a>
<?php }
?>
<?php
if (!empty($result1))
{?>
<a href="?mode=elements&page=<?php echo $pagenext ?>&msg_id=<?php echo $msg_id2 ?><?php if (!empty($_GET['filter'])) {?>&filter=1<?php }?>"> <i class="icon-chevron-right "></i> </a>
<?php }
else
{?>
<a > <i class="icon-chevron-right "></i> </a>
<?php }
?>
<?php
while ( list($key,$val)=each($result1) ) {
$themepicture = stripslashes($val["picture"]);
$msg_idTheme = stripslashes($val["msg_id"]);
$ratenum = stripslashes($val["ratenum"]);
$title = stripslashes($val["title"]);
?>
<div class="thumbnail addlayout" id="<?php echo $title ?>" rel="10">
<img src="<?php echo $siteaddress;?>taswira.php?width=100&height=100&quality=100&cropratio=1:1&image=/filters/mood/<?php echo $title; ?>.png" class=" img-circle tipme">
<h5><?php echo $title ?></h5>
</div>
<?php /*?>
<span class="" > <div class="media"> <span class="pull-left thumb-sm"><img src="<?php echo $siteaddress;?>taswira.php?width=200&height=200&quality=100&cropratio=1:1&image=/v/uploads/layouts/<?php echo $themepicture; ?>" ></span>
<div class="media-body">
<div><?php echo $title ?></div>
<small class="text-muted"> theme</small> </div> </div> </span><?php */?>
<?php
}
?>