Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit c519618

Browse files
author
Gianluca Arbezzano
committed
Replace widget with button
1 parent 3db4b63 commit c519618

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

module/Application/view/application/index/index.phtml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@
5555
</div>
5656
</div>
5757
</div>
58-
<?php echo $this->twitterWidget(); ?>
58+
<div class="block">
59+
<h4><strong>Twitter</strong></h4>
60+
<hr>
61+
<div class="row">
62+
<div class="col-md-12">
63+
<?php echo $this->twitterWidget(); ?>
64+
</div>
65+
</div>
66+
</div>
5967
<?php echo $this->newUsers(); ?>
6068
</div>
6169
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<a class="twitter-timeline" href="https://twitter.com/zfmodules" data-widget-id="573451599546318849">Tweet di @zfmodules</a>
1+
<a href="https://twitter.com/zfmodules" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @zfmodules</a>
22
<?php $this->headScript()->appendFile("/js/twitter-widget.js", "application/javascript");?>

0 commit comments

Comments
 (0)