First, note that PHP isn't my forte at all.
First, I've added a Website button to
our forum. And while the CSS modifications I've done to the stylesheet works fine, I have a problem with the PHP code I've added to the theme's index.template.php file so that clicking that button links you to
our site.
Here is the PHP code I've added before the [Home] button's one:
// Show the [website] button.
echo ($current_action=='website' || $context['browser']['is_ie4']) ? '' : '' , '
<li class="mainNav-website"><a href="www.westcottinstitute.org">' , $txt['website'] , '</a></li>' , $current_action == 'website' ? '' : '';
However it wants to lead you to
http://westcottinstitute.org/forums/www.westcottinstitute.org In other words, it keeps adding our forum URL before our website's one. Naturally I get a 404.
And, so far, I don't seem to figure out how to correct this...

Could anyone get me a solution to fix that?
*saves cookies for the first to help me fix it*

P.S.: You did one great theme there, m3talc0re!