Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-02-18 19:48:35 (GMT)
committer David Farning <dfarning@gmail.com>2009-02-18 19:48:35 (GMT)
commite28d5747ee6505a916552c7cdb9f524957d0620d (patch)
tree5f5d7f99975f3975b0bd038806e2a579a1e7e3c2
parent6d6f4e18bdd12cba4ad7ad4abef49eb1b325a8bf (diff)
More Replace site name with SITE_NAME constant
-rw-r--r--site/app/views/editors/email/nominated/public_plain.thtml4
-rw-r--r--site/app/views/editors/email/nominated/sandbox_plain.thtml4
-rw-r--r--site/app/views/editors/email/pending/public_plain.thtml4
-rw-r--r--site/app/views/editors/email/pending/sandbox_plain.thtml4
-rw-r--r--site/app/views/editors/email/superreview_plain.thtml2
-rw-r--r--site/app/views/elements/header.thtml2
-rw-r--r--site/app/views/pages/robots.txt.thtml2
-rw-r--r--site/app/views/statistics/rss/summary.thtml2
8 files changed, 12 insertions, 12 deletions
diff --git a/site/app/views/editors/email/nominated/public_plain.thtml b/site/app/views/editors/email/nominated/public_plain.thtml
index febab3e..ed804e5 100644
--- a/site/app/views/editors/email/nominated/public_plain.thtml
+++ b/site/app/views/editors/email/nominated/public_plain.thtml
@@ -1,4 +1,4 @@
-Congratulations! Your nominated add-on, <?=$info['name']?>, has been reviewed by a Mozilla Add-ons editor who approved your add-on to be public.
+Congratulations! Your nominated add-on, <?=$info['name']?>, has been reviewed by a <?=SITE_NAME?> editor who approved your add-on to be public.
Your most recent version (<?=$info['version']?>) has also been made public.
@@ -13,5 +13,5 @@ Comments: <?=nl2br($info['comments'])?>
If you have questions about this review, please e-mail amo-editors@mozilla.org or join #addons on irc.mozilla.org.
-Mozilla Add-ons
+<?=SITE_NAME?>
http://addons.mozilla.org
diff --git a/site/app/views/editors/email/nominated/sandbox_plain.thtml b/site/app/views/editors/email/nominated/sandbox_plain.thtml
index 0e83a69..044210b 100644
--- a/site/app/views/editors/email/nominated/sandbox_plain.thtml
+++ b/site/app/views/editors/email/nominated/sandbox_plain.thtml
@@ -1,4 +1,4 @@
-Your nominated add-on, <?=$info['name']?>, has been reviewed by a Mozilla Add-ons editor who decided to retain your add-on in the sandbox.
+Your nominated add-on, <?=$info['name']?>, has been reviewed by a <?=SITE_NAME?> editor who decided to retain your add-on in the sandbox.
Review Information:
Reviewer: <?=$info['reviewer']?>
@@ -8,5 +8,5 @@ Comments: <?=nl2br($info['comments'])?>
If you have questions about this review, please e-mail amo-editors@mozilla.org or join #addons on irc.mozilla.org.
-Mozilla Add-ons
+<?=SITE_NAME?>
http://addons.mozilla.org
diff --git a/site/app/views/editors/email/pending/public_plain.thtml b/site/app/views/editors/email/pending/public_plain.thtml
index c07332f..e5b5267 100644
--- a/site/app/views/editors/email/pending/public_plain.thtml
+++ b/site/app/views/editors/email/pending/public_plain.thtml
@@ -1,4 +1,4 @@
-The following files of <?=$info['name']?> <?=$info['version']?> have been made public by a Mozilla Add-ons editor:
+The following files of <?=$info['name']?> <?=$info['version']?> have been made public by a <?=SITE_NAME?> editor:
<?php
foreach ($info['files'] as $file) {
@@ -16,5 +16,5 @@ Comments: <?=nl2br($info['comments'])?>
If you have questions about this review, please e-mail amo-editors@mozilla.org or join #addons on irc.mozilla.org.
-Mozilla Add-ons
+<?=SITE_NAME?>
http://addons.mozilla.org
diff --git a/site/app/views/editors/email/pending/sandbox_plain.thtml b/site/app/views/editors/email/pending/sandbox_plain.thtml
index 504474f..2214173 100644
--- a/site/app/views/editors/email/pending/sandbox_plain.thtml
+++ b/site/app/views/editors/email/pending/sandbox_plain.thtml
@@ -1,4 +1,4 @@
-The following files of <?=$info['name']?> <?=$info['version']?> have been retained in the sandbox by a Mozilla Add-ons editor:
+The following files of <?=$info['name']?> <?=$info['version']?> have been retained in the sandbox by a <?=SITE_NAME?> editor:
Review Information:
@@ -11,5 +11,5 @@ Comments: <?=nl2br($info['comments'])?>
If you have questions about this review, please e-mail amo-editors@mozilla.org or join #addons on irc.mozilla.org.
-Mozilla Add-ons
+<?=SITE_NAME?>
http://addons.mozilla.org
diff --git a/site/app/views/editors/email/superreview_plain.thtml b/site/app/views/editors/email/superreview_plain.thtml
index 35df002..227adca 100644
--- a/site/app/views/editors/email/superreview_plain.thtml
+++ b/site/app/views/editors/email/superreview_plain.thtml
@@ -15,5 +15,5 @@ Comments: <?=nl2br($info['comments'])?>
Love,
-Mozilla Add-ons
+<?=SITE_NAME?>
http://addons.mozilla.org
diff --git a/site/app/views/elements/header.thtml b/site/app/views/elements/header.thtml
index e190e02..f773858 100644
--- a/site/app/views/elements/header.thtml
+++ b/site/app/views/elements/header.thtml
@@ -123,7 +123,7 @@
<?php echo $html->image('app-icons/'.LAYOUT_NAME.'.png', array('alt' => $main_header)); ?>
<?php
if (LAYOUT_NAME == 'generic' || LAYOUT_NAME == 'developers') {
- echo 'Mozilla Add-ons</a></h1>';
+ echo .SITE_NAME.'</a></h1>';
if (!empty($subpagetitle)) {
echo '<h2>'.$subpagetitle.'</h2>';
}
diff --git a/site/app/views/pages/robots.txt.thtml b/site/app/views/pages/robots.txt.thtml
index e24a49e..105244a 100644
--- a/site/app/views/pages/robots.txt.thtml
+++ b/site/app/views/pages/robots.txt.thtml
@@ -39,7 +39,7 @@
$this->layout = null;
header('Content-Type: text/plain');
?>
-# robots.txt file for Mozilla Add-ons, addons.mozilla.org
+# robots.txt file for <?=SITE_NAME?>, addons.mozilla.org
User-agent: *
<?php
/* default: allow access to all pages on prod, disallow on preview */
diff --git a/site/app/views/statistics/rss/summary.thtml b/site/app/views/statistics/rss/summary.thtml
index 0aae396..25ee7ca 100644
--- a/site/app/views/statistics/rss/summary.thtml
+++ b/site/app/views/statistics/rss/summary.thtml
@@ -75,7 +75,7 @@ echo $this->renderElement('rss_listitem', array(
'title' => sprintf(_('statistics_rss_title_statsfordate'), strftime(_('statistics_rss_title_fulldate'))),
'url' => SITE_URL.$html->url('/statistics/addon/'.$addon['Addon']['id']),
'description' => "<![CDATA[{$summary}]]>",
- 'author' => 'Mozilla Add-ons',
+ 'author' => SITE_NAME,
'pubDate' => $time->toRss($today),
'permalink' => SITE_URL.$html->url('/statistics/addon/'.$addon['Addon']['id']).'/'.date('Ymd', $today)
));