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 +