From a1ae1052fb9c195e4ed817cbcba7bca6e2298b4e Mon Sep 17 00:00:00 2001 From: Ernest Buffington Date: Thu, 24 Nov 2022 22:04:44 -0500 Subject: [PATCH] Facebook Like & Comment 11/24/2022 10:04 pm Ernest Allen Buffington --- includes/functions_titanium_custom.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/functions_titanium_custom.php b/includes/functions_titanium_custom.php index ab7e0c63..64eb646e 100644 --- a/includes/functions_titanium_custom.php +++ b/includes/functions_titanium_custom.php @@ -6,16 +6,12 @@ function facebook_likes() { if (defined('facebook')): global $sid, $appID, $my_url; - echo 'LIKE START
'; - # IFRAME LOADER #echo ''; # NORMAL LOADER //echo '
'; endif; - echo 'LIKE END
'; - } function facebook_comments() {