Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorBenoit Tremblay <bentremblay@benoit-tremblays-macbook-pro.local>2009-10-19 13:38:19 (GMT)
committer Benoit Tremblay <bentremblay@benoit-tremblays-macbook-pro.local>2009-10-19 13:38:19 (GMT)
commit46d2918dfd20c0bcb71d31253c702b068fbfb8df (patch)
tree38e3172203abba405e2700d4c655cd1d298f6e01 /site
parentb3f67d917c5ba79feb64c9a18c1e8fb3437720c6 (diff)
quick fix for live deployment
Diffstat (limited to 'site')
-rw-r--r--site/app/controllers/components/validation.php2
-rw-r--r--site/app/views/addons/home.thtml4
2 files changed, 3 insertions, 3 deletions
diff --git a/site/app/controllers/components/validation.php b/site/app/controllers/components/validation.php
index 0d60444..c6874e6 100644
--- a/site/app/controllers/components/validation.php
+++ b/site/app/controllers/components/validation.php
@@ -35,7 +35,7 @@
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
-require_once('Archive/Zip.php');
+//require_once('Archive/Zip.php');
class ValidationComponent extends Object {
var $controller;
diff --git a/site/app/views/addons/home.thtml b/site/app/views/addons/home.thtml
index 0b69e3f..d180b99 100644
--- a/site/app/views/addons/home.thtml
+++ b/site/app/views/addons/home.thtml
@@ -62,7 +62,7 @@ $this->viewVars['bodyclass'] = 'home';
<?php $this->viewVars['header_extra'] = ob_get_clean() ?>
<div class="secondary" role="complementary">
- <?=$this->renderElement('amo2009/categories')?>
+ <?=$this->renderElement('tutorius/categories')?>
<?php /*
TODO: Enable this when there's content for developer center, leaving it for
@@ -85,7 +85,7 @@ $this->viewVars['bodyclass'] = 'home';
<?=$this->renderElement('amo2009/search')?>
- <? if(APP_ID == APP_FIREFOX): ?>
+ <? if(APP_ID == APP_FIREFOX || APP_ID == APP_TUTORIUS): ?>
<?=$this->renderElement('amo2009/teaser_collections', array(
'teaser_collection_promos' => $teaser_collection_promos,
'promoted_collections' => $promoted_collections