Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-05-18 11:40:26 (GMT)
committer Aleksey Lim <alsroot@activitycentral.org>2011-02-12 17:33:26 (GMT)
commit36d2d2bb5cd4acdb0a999868463b7342c4e90ae1 (patch)
treecc38418dc2f7a2f0777fc1f1a33573532461ec85
parent89840f7a9a7a4bbff8744e3e19e7225a01bde6de (diff)
Add poll link
-rw-r--r--site/app/views/addons/home.thtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/app/views/addons/home.thtml b/site/app/views/addons/home.thtml
index 46a9b79..61e4251 100644
--- a/site/app/views/addons/home.thtml
+++ b/site/app/views/addons/home.thtml
@@ -62,6 +62,10 @@ $this->viewVars['bodyclass'] = 'home';
<?=$this->renderElement('amo2009/categories')?>
<div class="highlight">
+ <h3><?php echo sprintf(_('Poll')); ?></h3>
+ <p><?php echo sprintf(_('Should users be logged in to download experimental activities.')); ?></p>
+ <p><strong><a href="http://idea.sugarlabs.org/drupal5/ideatorrent/idea/37/"><?php echo _('Leave a vote'); ?></a></strong><?=$this->renderElement('amo2009/new_indicator')?></p>
+
<h3><?php echo sprintf(___('Build a %1$s Add-on'), APP_PRETTYNAME); ?></h3>
<p><?php echo ___('Find all the tools and resources you need to make your first add-on.'); ?></p>
<p><strong><a href="<?php echo $html->url('/developers'); ?>"><?php echo ___('Visit the Developer Hub'); ?></a></strong><?=$this->renderElement('amo2009/new_indicator')?></p>