"
Code:
print_r("<option value=''>";
print_r(_REALESTATE_MANAGER_OPTION_SELECT);
print_r("</option>";
$num=1925;
for($num= 0;$num<=2015;$num++)
{
print_r("<option value="";
print_r($num);
print_r(""";
if($num == $row->year){
print(" selected= "true" ";
}
print_r(">";
print_r($num);
print_r("</option>";
$num++;
}
"
Hi,
Which file you need to edit to set this mentioned code? I need to change start build year to 1850.
Thanks!
Already got answer from you:
it located in admin part at file:
{yours site}/administrator/components/com_realestatemanager./admin.realestatemanager.html.php
In that location I only found realestatemanager.html.php file. Changing the code there didn't help me.