Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-06-11 11:09:56 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-06-11 11:41:36 (GMT)
commite9361d633e8163e508a4dcde36c25c94f7e8b272 (patch)
tree3d20b380b50a9384b7c4665184ce64f6a346ab9a /site/app/views/pages
parentaa81b57856816069a87d962dc7fa29d8e0b8b689 (diff)
ASLO-2
Diffstat (limited to 'site/app/views/pages')
-rw-r--r--site/app/views/pages/credits.thtml2
-rw-r--r--site/app/views/pages/robots.txt.thtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/pages/credits.thtml b/site/app/views/pages/credits.thtml
index d8d05e5..409c3c8 100644
--- a/site/app/views/pages/credits.thtml
+++ b/site/app/views/pages/credits.thtml
@@ -139,6 +139,6 @@ ksort($other_contributors);
</div>
<br/>
-<?=sprintf(_('credits_contributing'), $html->link(_('credits_contributing_wikipage'), 'http://wiki.mozilla.org/Update'))?>
+<?=sprintf(_('credits_contributing'), $html->link(_('credits_contributing_wikipage'), SITE_WIKI))?>
</div>
diff --git a/site/app/views/pages/robots.txt.thtml b/site/app/views/pages/robots.txt.thtml
index 29e090a..2f4ac9d 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 */