Index: templates/default.tmpl |
=================================================================== |
--- a/templates/default.tmpl |
+++ b/templates/default.tmpl |
@@ -76,6 +76,17 @@ |
</option> |
{% endfor %} |
</select> |
+ <div id="social-media"> |
+ <a href="https://www.facebook.com/adblockplus"> |
+ <img src="/images/facebook.png" alt="{{get_string("facebook-icon-alt", "footer")}}" /> |
+ </a> |
+ <a href="https://twitter.com/adblockplus"> |
+ <img src="/images/twitter.png" alt="{{get_string("twitter-icon-alt", "footer")}}" /> |
+ </a> |
+ <a href="https://plus.google.com/+AdblockPlus"> |
+ <img src="/images/gplus.png" alt="{{get_string("gplus-icon-alt", "footer")}}" /> |
+ </a> |
+ </div> |
</div> |
</footer> |
{% if page == "index" %} |