Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/errors/error404.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/errors/error404.thtml')
-rw-r--r--site/app/views/errors/error404.thtml15
1 files changed, 8 insertions, 7 deletions
diff --git a/site/app/views/errors/error404.thtml b/site/app/views/errors/error404.thtml
index 42a3a09..c204a47 100644
--- a/site/app/views/errors/error404.thtml
+++ b/site/app/views/errors/error404.thtml
@@ -21,7 +21,6 @@
*
* Contributor(s):
* Frederic Wenzel <fwenzel@mozilla.com> (Original Author)
- * Wil Clouser <wclouser@mozilla.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -47,14 +46,15 @@ if ($_SERVER['SERVER_NAME'] == 'localhost') {
<?php
} else {
-$this->layout='amo2009'; // use regular layout
+$this->layout='mozilla'; // use regular layout
?>
-<div class="secondary" role="complementary">
- <?=$this->renderElement('amo2009/categories')?>
-</div>
-<div class="primary prose" role="main">
- <?=$this->renderElement('amo2009/search')?>
+<div id="content">
+ <?=$this->renderElement('search')?>
+ <?=$this->renderElement('sidebar', array('pitch' => true))?>
+ <?=$this->renderElement('app_chooser')?>
+
+ <div id="content-main">
<div class="error-notice">
@@ -71,5 +71,6 @@ $this->layout='amo2009'; // use regular layout
?>
</div>
+ </div>
</div>
<?php } ?>