Jump to content

Recommended Posts

Posted

Hi,

I want to change the name what you see at tab of the browser. Example: In Home Page at the tab you can see Welcome but in the pilots page you can see Pilots. I think it is the name of the module but Is posibble to change this name??

Posted

You can go to the actual controller of the module and change the title. Place the following code

public $title = "Your title goes here";

after this

class *** extends CodonModule {

part :)

Posted

Remember any changes to modules that come with phpvms will be over written, and you will have to do it all again. What is it you want top name it? You want to give each page a different name? Or put Welcome on each page title? If that is what you want to do, fairly easy.

Posted

This should be in your skins layout.tpl then change the name in your Admin Center to show your websites name. Then the tab will show the page title then your website name. For example if you are viewing my Pilot List page, the tab on the browser shows Pilots - Virtual Flight Zone

<title><?php echo $page_title; ?></title>

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