Thank you for sharing the solution with others!
To remove Real Estate Manager from browser tab, please go to file {site}/components/com_realestatemanager/realestatemanager.php
And there find function addTitleAndMetaTags
Code: |
for ($i = 0; $i < count($title); $i++) {
$tagtitle = trim($tagtitle) . " | " . trim($title[$i]);
}
$rem = "RealEstate Manager";
|
There you can change/remove
RealEstate Manager
To remove
Alone Category from browser tab, you should delete this piece:
Code: |
. " | " . trim($title[$i])
|
Before making any changes, please make the backup of your file!!!
Best Regards,
Anna
ordasoft.com