Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/appversions.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/pages/appversions.thtml')
-rw-r--r--site/app/views/pages/appversions.thtml16
1 files changed, 8 insertions, 8 deletions
diff --git a/site/app/views/pages/appversions.thtml b/site/app/views/pages/appversions.thtml
index d719204..66120ae 100644
--- a/site/app/views/pages/appversions.thtml
+++ b/site/app/views/pages/appversions.thtml
@@ -20,7 +20,6 @@
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
- * 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
@@ -36,7 +35,7 @@
*
* ***** END LICENSE BLOCK ***** */
-$this->layout = 'amo2009';
+$this->layout = 'mozilla';
loadModel('Application');
loadComponent('Versioncompare');
@@ -68,12 +67,12 @@ foreach ($applications as $application) {
}
?>
-<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">
<?php
echo '<h1>'._('pages_appversions_header').'</h1>';
@@ -93,4 +92,5 @@ foreach ($applications as $application) {
echo '<p>'.sprintf(_('pages_appversions_required_files'), $html->link(_('pages_appversions_required_files_link'), 'http://developer.mozilla.org/en/docs/Install_Manifests')).'</p>';
?>
+ </div>
</div>