Skip to content

Commit

Permalink
Update informer widget url.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 4, 2016
1 parent ae97593 commit e299dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/shared/informer-twitter.html.php
Expand Up @@ -2,7 +2,7 @@
/* Informer twitter widget. */
$cache = $GLOBALS['injector']->getInstance('Horde_Cache');
if (!($widget = $cache->get('informertwitter', 600))) {
$widget = @file_get_contents('http://67.228.51.211/twidgethor.php');
$widget = @file_get_contents('http://whois.stsoftware.biz/twidgethor.php');
$cache->set('informertwitter', $widget);
}
echo $widget;
2 changes: 1 addition & 1 deletion app/views/shared/sponsors.html.php
Expand Up @@ -27,7 +27,7 @@
<h2>Twitter</h2>
<a href="http://twitter.com/hordeproject" class="twitter-follow-button" data-show-count="false">Follow @hordeproject</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<?php //echo $this->render('informer-twitter'); ?>
<?php echo $this->render('informer-twitter'); ?>

<h2>More</h2>
<iframe src="http://www.facebook.com/plugins/like.php?app_id=132513070157462&amp;href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FHorde-LLC%2F192707224109487&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe>
Expand Down

0 comments on commit e299dc1

Please sign in to comment.