Hey Everyone,
I'm currently in the middle of changing a million TR_PAGE_TITLE values and think this should be an option from the Admin panel...
in all the gui/public/client reseller admin, etc. folder the pages themselves have hardcoded TR_PAGE_TITLE variables set as "i-MSCP" and the page name, such as
'TR_PAGE_TITLE' => tr('i-MSCP Client / Domain statistics'),
I think this should be a variable, so Admin can change "i-MSCP" in the TR_PAGE_TITLE variables to something else from the Admin panel.
I'm happy to try and code this if you think it is a good idea.
Also there are many incongruencies as well, such as "i-MSCP - Client / Domain" and "i-MSCP Client / Domain Alias", etc. so there are differences that should not be there. I can clean this up also, because it is making it difficult for me to script find/replace
Sound like a good idea?