Module: website Branch: master Commit: 33b4e5f4c622c4f3cd34e3d2d72a2890d991b02e URL: http://source.winehq.org/git/website.git/?a=commit;h=33b4e5f4c622c4f3cd34e3d...
Author: Jeremy Newman jnewman@codeweavers.com Date: Mon Dec 8 15:25:15 2008 -0600
set page title correctly
---
include/themes/winehq/content.template | 2 +- include/themes/winehq/content_nobox.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/themes/winehq/content.template b/include/themes/winehq/content.template index 783c09e..baea0f6 100644 --- a/include/themes/winehq/content.template +++ b/include/themes/winehq/content.template @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>WineHQ</title> + <title>{$page_title}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT"> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"> diff --git a/include/themes/winehq/content_nobox.template b/include/themes/winehq/content_nobox.template index 6842545..c21b271 100644 --- a/include/themes/winehq/content_nobox.template +++ b/include/themes/winehq/content_nobox.template @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <title>WineHQ</title> + <title>{$page_title}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT"> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache">