<< Back
Message for this thread
Posted by Messages text
Mubiru Ronnie

Noavatar
Total post : 8
> Profile
Written on : 05/11/2010 20:55 ( more than one month )
Object : How do i Stop this from the HEAD of site?
Hello,

Whenever some clicks on links like My friends, My group, etc. In the  Head of my site of which should be the title of the page, it opens as below;

"DoceboLMS> My group"

Is there any way to stop this so that my site only shows the same word to all pages e.g Ronnie ? because it confuseses people making them think they are on a different site.

Your help will be hihgly appreciated.

Thanks

Ronnie



 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 10/11/2010 18:22 ( more than one month )
Object : Re: How do i Stop this from the HEAD of site?
Hello,
in doceboLms/templates/header.php change from:

$GLOBALS['page']->add('<title>'.$GLOBALS['title_page'].'</title>'."\n", 'page_head');

to:

$GLOBALS['page']->add('<title>Ronnie</title>'."\n", 'page_head');

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
<< Back