Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/sandbox.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/pages/sandbox.thtml')
-rw-r--r--site/app/views/pages/sandbox.thtml18
1 files changed, 9 insertions, 9 deletions
diff --git a/site/app/views/pages/sandbox.thtml b/site/app/views/pages/sandbox.thtml
index 734e8b6..559a4ef 100644
--- a/site/app/views/pages/sandbox.thtml
+++ b/site/app/views/pages/sandbox.thtml
@@ -22,7 +22,6 @@
* Contributor(s):
* Frederic Wenzel <fwenzel@mozilla.com> (Original Author)
* Justin Scott <fligtar@gmail.com>
- * 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
@@ -38,16 +37,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('sandbox', array('<img src="'.$html->url('/images/localized_image/sandbox-review.png').'">'))?>
+<?=$localization->includeLocalPage('sandbox', array('<img src="'.$html->url('/images/localized_image/sandbox-review.png').'">'))?>
+ </div>
</div>