Merge pull request #68 from radiorabe/feature/product-name-in-widgets

Problem: Pro widgets contain ads for legacy upstream
This commit is contained in:
Robb 2017-03-12 15:20:28 -04:00 committed by GitHub
commit b2c30ed3a5
2 changed files with 2 additions and 2 deletions

View file

@ -395,7 +395,7 @@
<li></li>
</ul>
</div>
<a class="airtime_pro" target="_blank" href="https://www.airtime.pro/">Powered by <span class="airtime-pro-orange">Airtime Pro</span></a>
<a class="airtime_pro" target="_blank" href="<?php echo PRODUCT_SITE_URL; ?>">Powered by <?php echo PRODUCT_NAME; ?></a>
</div>
</div>

View file

@ -93,7 +93,7 @@
</div>
<div class="weekly-schedule-widget-footer" <?php if ($this->widgetStyle == "premium") echo "style='display:none'"; ?>>
<a href="https://airtime.pro" target="_blank">Powered by <span>Airtime Pro</span></a>
<a href="<?php echo PRODUCT_SITE_URL; ?>" target="_blank">Powered by <?php echo PRODUCT_NAME; ?></a>
</div>
</div>