Jump to content

How can I modify the title of webpages?[SLOVED]


Recommended Posts

Posted

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.

Posted

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";

  • Like 1
Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...