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")}}"> |
Thomas Greiner
2015/09/08 09:59:52
Detail: Other `<img>` tags on this page are closed
saroyanm
2015/09/08 10:04:30
Done.
|
+ </a> |
+ <a href="https://twitter.com/adblockplus"> |
+ <img src="/images/twitter.png" alt="{{get_string("twitter-icon-alt", "footer")}}"> |
+ </a> |
+ <a href="https://google.com/+AdblockPlus"> |
Thomas Greiner
2015/09/08 09:59:52
Detail: While this link does work, it will redirec
saroyanm
2015/09/08 10:04:30
Done.
|
+ <img src="/images/gplus.png" alt="{{get_string("gplus-icon-alt", "footer")}}"> |
+ </a> |
+ </div> |
</div> |
</footer> |
{% if page == "index" %} |