On Thu, Jan 15, 2009 at 4:58 AM, Linda Rose <[email protected]> wrote:
> Hi,
> I would like to do that too. How did you do it?
>
> Thanks,
> Linda
>
> "Ekompute .info" <[email protected]>
> > My SEO advisor has advised me to changed "Main Page" to "free online
> > encyclopedia". Is there any way to do that?

You can also do it in the skin, but that seems like the hardest of the three 
mentioned ways...

In <yourskin>.php

if ( 'Main Page' != $this->title ) {
$displayTitle = $this->title;
}
else {
$displayTitle = "Whatever you want it to be";
}

Course that's very pseudo-codey.


-Courtney       

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to