diff --git a/themes/bootstrap3/templates/includes/addthis.html b/themes/bootstrap3/templates/includes/addthis.html new file mode 100644 index 0000000000000000000000000000000000000000..52bad77c562bde5760d7e9b7c91732f236da6a22 --- /dev/null +++ b/themes/bootstrap3/templates/includes/addthis.html @@ -0,0 +1,16 @@ +{% if ADDTHIS_PROFILE %} +
+ +
+ {% if ADDTHIS_FACEBOOK_LIKE|default(true) %} + + {% endif %} + {% if ADDTHIS_TWEET|default(true) %} + + {% endif %} + {% if ADDTHIS_GOOGLE_PLUSONE|default(true) %} + + {% endif %} +
+ +{% endif %} \ No newline at end of file