Bokjan Posted August 23, 2012 Report Share Posted August 23, 2012 Hello, I'm translating phpVMS to Simplified Chinese. Now I have a problem that I can't find out where is the title of web pages. Although pages are in Simplified Chinese, title also in English. So how can I modify the web pages' title? Thanks a lot. Quote Link to comment Share on other sites More sharing options...
Felipe Posted August 23, 2012 Report Share Posted August 23, 2012 Hello, Bokjan! You can modify or set the variable by looking for this path: "yoursite/core/modules/module_name_folder/module_name_file.php" Inside the module_file_name.php, look for class module_name extends CodonModule { and insert this right after the "{" public $title = "desidered_name_for_your_page"; 1 Quote Link to comment Share on other sites More sharing options...
Bokjan Posted August 24, 2012 Author Report Share Posted August 24, 2012 Hello, Bokjan! You can modify or set the variable by looking for this path: "yoursite/core/modules/module_name_folder/module_name_file.php" Inside the module_file_name.php, look for class module_name extends CodonModule { and insert this right after the "{" public $title = "desidered_name_for_your_page"; Done! Thank you very much! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.