Some fun with CMS website design…
If you using Remository’s Glossary component on your Joomla! site, you have probably noticed that the title of the glossary page will not change when you change the associated menu item. This happens because the title is set inside the component’s code. Specifically, this file:
components\com_glossary\glossary.main.php
line 24
Set the text by changing the argument to “SetPageTitle”. As such:
$interface->SetPageTitle(‘The New Title Of My Page’);