<div class="main_page_img" style="background: #FFF url(<?php echo get_bloginfo('template_url')."/includes/img_resize.php?width=50&height=50&url=";?><?php
if ( strstr($images, ',')) {
$matches = explode(",", $images);
$img_single = $matches[0];
$img_single = explode(trailingsla****(get_option('siteurl')) . "wp-content/uploads/classipress/", $img_single);
echo $img_single[1];
} else {
$img_single2 = $images;
echo $img_single2;
}?>) center no-repeat"></div></span>
<div class="main_page_img" style="background: #FFF center no-repeat"><img width="50px" height="50px" border="0" src="<?php
if ( strstr($images, ',')) {
$matches = explode(",", $images);
$img_single = $matches[0];
$img_single = explode("wp-content/uploads/classipress/", $img_single);
echo $img_single[0];
} else {
$img_single2 = $images;
echo $img_single2;
}?>"></div></span>
$single_thumb_img_url = get_bloginfo('template_url')."/includes/img_resize.php?width=100&height=100&url=".$thumb_var;
echo "<a href=\"$var\" rel=\"group\"><img src=\"$single_thumb_img_url\" class=\"size-thumbnail\" alt=\"".get_the_title()."\" title=\"".get_the_title()."\" /></a>"."\n";
$single_thumb_img_url = $thumb_var; echo "<a href=\"$var\" rel=\"group\"><img width=\"100px\" height=\"100px\" src=\"$single_thumb_img_url\" class=\"size-thumbnail\" alt=\"".get_the_title()."\" title=\"".get_the_title()."\" /></a>"."\n";
There are currently 1 users browsing this thread. (0 members and 1 guests)