Menu

Page Title Not Working

Roger
2007-03-26
2013-04-30
  • Roger

    Roger - 2007-03-26

    I have entered my website name in the config.inc.php file for CHAT_NAME but it does not show it as the page name on the top of my browser (i.e. page label), instead it just PHPOpenChat

     
    • Roger

      Roger - 2007-03-26

      go to /pathto/openchat/include/languages
      and change the define('TITLE','PHPOpenChat')
      in every file thats in that folder (all languages)

      in other words, in each of the language files in that folder,

      change

      define('TITLE','PHPOpenChat');

      to read

      define('TITLE','Whatever you want as the page title');

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.