Hello,
How to remove table details, Leave only the common and location in real estate manager
You need edit one property view layout, for that please go to:
{site}/components/com_realestatemanager/views/view_house/tmpl/default.php
in that file find
Code: |
<!--li><a href="#" rel="country3"><?php echo _REALESTATE_MANAGER_TAB_ALL; ?></a></li-->
|
and replace to
Code: |
<li><a href="#" rel="country3"><?php echo _REALESTATE_MANAGER_TAB_ALL; ?></a></li>
|
Please backup that file first
Thanks,
Ordasoft team