Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/footer.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/footer.thtml')
-rw-r--r--site/app/views/elements/footer.thtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/app/views/elements/footer.thtml b/site/app/views/elements/footer.thtml
index 917fcc9..bd6d396 100644
--- a/site/app/views/elements/footer.thtml
+++ b/site/app/views/elements/footer.thtml
@@ -69,6 +69,9 @@
<li><?=$html->link(_('footer_privacy_policy'), '/pages/privacy');?></li>
<li><a href="http://www.mozilla.com/<?=LANG?>/about/legal.html"><?=_('footer_legal_notices')?></a></li>
<?php if (!isset($suppressCredits) || !$suppressCredits): ?><li><?=$html->link(_('footer_credits'), '/pages/credits')?></li><?php endif; ?>
+ <li><?=$html->link(___('footer_a_about'), '/pages/about')?></li>
+ <li><?=$html->link('<abbr title="'.___('footer_abbr_faq').'">'.___('footer_a_faq').'</abbr>', '/pages/faq')?></li>
+ <li><a href="http://blog.mozilla.com/addons"><?=___('footer_a_blog')?></a></li>
</ul>
<p id="footer-disclaimer"><?=_('footer_disclaimer')?></p>
</div>