Jump to content

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


Bokjan

Recommended Posts

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
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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...