From: mh Date: Mon, 23 Dec 2002 03:33:36 +0000 (+0000) Subject: use Mir.Name config instead of hardcoded mir.indymedia.de for the site name used... X-Git-Tag: BEFORE_MERGE_1_1~368 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d29eba62a735843e98e689a5215c1a1ebf9d5aa6;p=mir.git use Mir.Name config instead of hardcoded mir.indymedia.de for the site name used in the HTML title. use Mir.DefaultHTMLCharset config instead of hardcoded iso-8859-1... --- diff --git a/etc/producer/article.template b/etc/producer/article.template index ede6f8ad..3ede8387 100755 --- a/etc/producer/article.template +++ b/etc/producer/article.template @@ -5,8 +5,8 @@ - - ${lang("general.htmltitle")} | ${article.title} + + ${config["Mir.Name"]} | ${article.title} diff --git a/etc/producer/featurearchive.template b/etc/producer/featurearchive.template index 29dd0fb8..8fd5fc53 100755 --- a/etc/producer/featurearchive.template +++ b/etc/producer/featurearchive.template @@ -1,8 +1,8 @@ - - ${lang("general.htmltitle")} | ${lang("featurearchive.title")} + + ${config["Mir.Name"]} | ${lang("featurearchive.title")} diff --git a/etc/producer/newswirearchive.template b/etc/producer/newswirearchive.template index 9f2ff83c..5b9b8004 100755 --- a/etc/producer/newswirearchive.template +++ b/etc/producer/newswirearchive.template @@ -1,8 +1,8 @@ - - ${lang("general.htmltitle")} | ${lang("newswirearchive.title")} + + ${config["Mir.Name"]} | ${lang("newswirearchive.title")} diff --git a/etc/producer/startpage.template b/etc/producer/startpage.template index c6e1ca1f..485d3850 100755 --- a/etc/producer/startpage.template +++ b/etc/producer/startpage.template @@ -7,8 +7,8 @@ - - ${lang("general.htmltitle")} + + ${config["Mir.Name"]} diff --git a/etc/producer/topicpage.template b/etc/producer/topicpage.template index f763b977..e3728344 100755 --- a/etc/producer/topicpage.template +++ b/etc/producer/topicpage.template @@ -1,8 +1,8 @@ - - ${lang("general.htmltitle")} | ${topic.title} + + ${config["Mir.Name"]} | ${topic.title}