Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml')
-rw-r--r--site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml b/site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml
index a5140de..71a4ed7 100644
--- a/site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml
+++ b/site/app/views/elements/amo2009/collections/collector_sidebar_download.thtml
@@ -37,7 +37,7 @@
* ***** END LICENSE BLOCK ***** */
?>
-<? if(APP_ID == APP_FIREFOX): ?>
+<?php if(APP_ID == APP_FIREFOX): ?>
<p class="teaser-img">
<a href="<?=$html->url('/pages/collector')?>">
<img src="<?=$html->url('/img/amo2009/illustrations/logo-collections-download-146x159.png',
@@ -56,4 +56,4 @@
echo $installButton->button($params);
?>
</div>
-<? endif; ?>
+<?php endif; ?>