Module: website Branch: master Commit: 6b8602dd41fa066c88c2e63952c44fb83a4334ff URL: http://source.winehq.org/git/website.git/?a=commit;h=6b8602dd41fa066c88c2e63...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 11:25:15 2008 -0600
top tab should link to base URL
---
include/themes/winehq/content.template | 4 ++-- include/themes/winehq/content_nobox.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/themes/winehq/content.template b/include/themes/winehq/content.template index baea0f6..4fb8cad 100644 --- a/include/themes/winehq/content.template +++ b/include/themes/winehq/content.template @@ -42,8 +42,8 @@
<div id="tabs"> <ul> - <li class="s"><a href=".">WineHQ</a></li> - <li><a href="http://wiki.winehq.org">Wiki</a></li> + <li class="s"><a href="{$base_url}">WineHQ</a></li> + <li><a href="http://wiki.winehq.org/">Wiki</a></li> <li><a href="http://appdb.winehq.org/">AppDB</a></li> <li><a href="http://bugs.winehq.org/">Bugzilla</a></li> <li><a href="http://forums.winehq.org/">Forums</a></li> diff --git a/include/themes/winehq/content_nobox.template b/include/themes/winehq/content_nobox.template index c21b271..ddb2a27 100644 --- a/include/themes/winehq/content_nobox.template +++ b/include/themes/winehq/content_nobox.template @@ -42,7 +42,7 @@
<div id="tabs"> <ul> - <li class="s"><a href=".">WineHQ</a></li> + <li class="s"><a href="{$base_url}">WineHQ</a></li> <li><a href="http://wiki.winehq.org">Wiki</a></li> <li><a href="http://appdb.winehq.org/">AppDB</a></li> <li><a href="http://bugs.winehq.org/">Bugzilla</a></li>