Hi guys, i''ve searchd and tryed but cant finf the solution and it seems so simple. I need to put an extra field showing the size of an object. It's not new field but the same one thats shoving on the detail page of an objest. I just need to put it to the categorry view also. To get a picture of what i,m trying take a look at this:
link...
This id what i',m done so far. Here is the code that wont work:
| Code: |
<td align="right" valign="middle"> <?php echo $obj->homes_size;?> m&sup2;</td>
|
pleas help
