Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/pages/credits.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/pages/credits.thtml')
-rw-r--r--site/app/views/pages/credits.thtml17
1 files changed, 8 insertions, 9 deletions
diff --git a/site/app/views/pages/credits.thtml b/site/app/views/pages/credits.thtml
index 409c3c8..e45fe7d 100644
--- a/site/app/views/pages/credits.thtml
+++ b/site/app/views/pages/credits.thtml
@@ -21,7 +21,6 @@
*
* Contributor(s):
* Justin Scott <fligtar@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,7 +36,7 @@
*
* ***** END LICENSE BLOCK ***** */
-$this->layout = 'amo2009';
+$this->layout = 'mozilla';
loadModel('Group');
$groupModel =& new Group();
@@ -89,13 +88,12 @@ ksort($editors);
ksort($past_developers);
ksort($other_contributors);
?>
-<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">
<?=_('credits_intro')?>
<br/><br/>
<div class="corner-box">
@@ -142,3 +140,4 @@ ksort($other_contributors);
<?=sprintf(_('credits_contributing'), $html->link(_('credits_contributing_wikipage'), SITE_WIKI))?>
</div>
+</div>