Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-23 15:11:59 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-23 15:11:59 (GMT)
commit0536e4803cad2c26439071761d40abb9a7d6ef66 (patch)
treed67cee92c812925b6e13064c7d4371c4c9cc191c
parentfd48b2765e02ed4e61405766ff51bc49dd03e521 (diff)
Hide Mozilla button from main pagev3
-rw-r--r--site/app/views/layouts/amo2009.thtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/site/app/views/layouts/amo2009.thtml b/site/app/views/layouts/amo2009.thtml
index 3010151..2c2b9e4 100644
--- a/site/app/views/layouts/amo2009.thtml
+++ b/site/app/views/layouts/amo2009.thtml
@@ -248,7 +248,6 @@ if(defined('SITE_STATE') && (SITE_STATE == 'production' || SITE_STATE == 'stagin
}
?>
<p id="title"><a href="<?=$html->url('/')?>" title="<?=sprintf(_('header_home_tooltip'), APP_PRETTYNAME)?>"><?= $main_header ?></a></p>
- <p id="brand"><a href="http://www.mozilla.com/<?=LANG?>/" title="<?=___('header_brand_name', 'Mozilla')?>" accesskey="1"><?=___('header_brand_name', 'Mozilla')?></a></p>
<?php if (isset($header_extra)) echo $header_extra ?>