From d6cf541c607c413033dd6375e4195ef80abae7ac Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 14 Mar 2017 01:34:07 +0100 Subject: [PATCH] Fix Google+ Addition of missing code. --- bl-themes/log/php/sidebar.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bl-themes/log/php/sidebar.php b/bl-themes/log/php/sidebar.php index 9122cf4d..eb3c76ab 100644 --- a/bl-themes/log/php/sidebar.php +++ b/bl-themes/log/php/sidebar.php @@ -20,6 +20,10 @@ echo '
  • Facebook
  • '; } + if($Site->googlePlus()) { + echo '
  • Google+
  • '; + } + if($Site->instagram()) { echo '
  • Instagram
  • '; } @@ -38,4 +42,4 @@ ?> - \ No newline at end of file +