Update footer.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 14 May 2020 18:45:12 +0000 (14:45 -0400)
committerGitHub <noreply@github.com>
Thu, 14 May 2020 18:45:12 +0000 (14:45 -0400)
footer.php

index d8ba2db..a86f90f 100644 (file)
@@ -4,9 +4,7 @@ if ($_COOKIE['invite'] != ''){
  $copy = 'MEPS - '.strtoupper($_COOKIE['invite']); 
 }  
 ?>
-<div class='row'>
- <div class='col-sm-12' style='text-align:center;'><div class="sharethis-inline-share-buttons"></div></div>
-</div>
+
 <div class='row'>
  <div class='col-sm-12' style='text-align:center;'> &COPY; 2020 <?PHP echo $copy;?></div>
 </div>