Module: website Branch: master Commit: abf8891e52a7c6a5c33774e5b9d5eac42f6b1cd6 URL: http://source.winehq.org/git/website.git/?a=commit;h=abf8891e52a7c6a5c33774e...
Author: Jeremy Newman jnewman@codeweavers.com Date: Thu Apr 12 14:43:53 2012 -0500
adding google analytics plugin call
---
templates/de/global/themes/winehq/content.template | 2 ++ .../de/global/themes/winehq/content_nobox.template | 2 ++ templates/en/global/themes/winehq/content.template | 2 ++ .../en/global/themes/winehq/content_nobox.template | 2 ++ templates/fr/global/themes/winehq/content.template | 2 ++ .../fr/global/themes/winehq/content_nobox.template | 2 ++ templates/he/global/themes/winehq/content.template | 2 ++ .../he/global/themes/winehq/content_nobox.template | 2 ++ templates/tr/global/themes/winehq/content.template | 2 ++ .../tr/global/themes/winehq/content_nobox.template | 2 ++ 10 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/templates/de/global/themes/winehq/content.template b/templates/de/global/themes/winehq/content.template index f529f8a..17579c6 100644 --- a/templates/de/global/themes/winehq/content.template +++ b/templates/de/global/themes/winehq/content.template @@ -14,6 +14,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/de/global/themes/winehq/content_nobox.template b/templates/de/global/themes/winehq/content_nobox.template index f828c0c..8c129c5 100644 --- a/templates/de/global/themes/winehq/content_nobox.template +++ b/templates/de/global/themes/winehq/content_nobox.template @@ -14,6 +14,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/en/global/themes/winehq/content.template b/templates/en/global/themes/winehq/content.template index d1c6e27..9467a67 100644 --- a/templates/en/global/themes/winehq/content.template +++ b/templates/en/global/themes/winehq/content.template @@ -13,6 +13,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/en/global/themes/winehq/content_nobox.template b/templates/en/global/themes/winehq/content_nobox.template index 7303d08..899d026 100644 --- a/templates/en/global/themes/winehq/content_nobox.template +++ b/templates/en/global/themes/winehq/content_nobox.template @@ -13,6 +13,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/fr/global/themes/winehq/content.template b/templates/fr/global/themes/winehq/content.template index ae3f4a7..93d92fa 100644 --- a/templates/fr/global/themes/winehq/content.template +++ b/templates/fr/global/themes/winehq/content.template @@ -13,6 +13,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/fr/global/themes/winehq/content_nobox.template b/templates/fr/global/themes/winehq/content_nobox.template index 5204032..1474567 100644 --- a/templates/fr/global/themes/winehq/content_nobox.template +++ b/templates/fr/global/themes/winehq/content_nobox.template @@ -13,6 +13,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/he/global/themes/winehq/content.template b/templates/he/global/themes/winehq/content.template index 7314319..fb7f647 100644 --- a/templates/he/global/themes/winehq/content.template +++ b/templates/he/global/themes/winehq/content.template @@ -14,6 +14,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/he/global/themes/winehq/content_nobox.template b/templates/he/global/themes/winehq/content_nobox.template index 3dd4937..e1beb4e 100644 --- a/templates/he/global/themes/winehq/content_nobox.template +++ b/templates/he/global/themes/winehq/content_nobox.template @@ -14,6 +14,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/tr/global/themes/winehq/content.template b/templates/tr/global/themes/winehq/content.template index 4f93d88..40e7e76 100644 --- a/templates/tr/global/themes/winehq/content.template +++ b/templates/tr/global/themes/winehq/content.template @@ -13,6 +13,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link} diff --git a/templates/tr/global/themes/winehq/content_nobox.template b/templates/tr/global/themes/winehq/content_nobox.template index e839167..f158c6c 100644 --- a/templates/tr/global/themes/winehq/content_nobox.template +++ b/templates/tr/global/themes/winehq/content_nobox.template @@ -13,6 +13,8 @@
{$js_links}
+<!--EXEC:[google_analytics]--> + <link rel="icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> <link rel="shortcut icon" type="image/png" href="{$root}/images/winehq_logo_16.png"> {$rss_link}