In the file 'estateagent.html.php' there is a function in line ~230:
function showCatObjects($object,$params)
Id like to add year of build value there (yobuilt) and I just can't get it there with <?php echo $obj->yobuilt;?> like the others can be put there.
So my question is in which database query I have to add that yobuilt that I can echo it like the rest?
I know I have to get it to the $object list first but where that is?
