Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/faq.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/pages/faq.thtml')
-rw-r--r--site/app/views/pages/faq.thtml18
1 files changed, 9 insertions, 9 deletions
diff --git a/site/app/views/pages/faq.thtml b/site/app/views/pages/faq.thtml
index 1133b08..5700c14 100644
--- a/site/app/views/pages/faq.thtml
+++ b/site/app/views/pages/faq.thtml
@@ -21,7 +21,6 @@
*
* Contributor(s):
* Mike Morgan <morgamic@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
@@ -37,16 +36,17 @@
*
* ***** END LICENSE BLOCK ***** */
-$this->layout = 'amo2009';
+$this->layout = 'mozilla';
?>
-<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">
- <?=$localization->includeLocalPage('faq')?>
+<?=$localization->includeLocalPage('faq')?>
+ </div>
</div>