Hello,
Please for every new questions create new post !!! If you again write about new in this post - we will not reply !!
Please in file
{your site}/templates/os_world_property_october_2013/html/mod_realestatemanager_top_pro_j3/default.php
find row
Code: |
<a class="figure" href='<?php echo $link1;?>'
style="background:url(<?php echo $imageURL;?>) center no-repeat;
height:<?php echo $cover_height;?>px;">
|
replace to
Code: |
<a class="figure" href='<?php echo $link1;?>'
style="background:url('<?php echo $imageURL;?>') center no-repeat;
height:<?php echo $cover_height;?>px;">
|
thanks,
OrdaSoft team