From c18e77ca32f0c2554ff6df9781ff16debda51a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Wed, 9 Apr 2025 05:55:32 +0400 Subject: [PATCH] add TikTok to social media --- includes/config.local.php.sample | 3 +++ includes/config.php | 1 + index.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/includes/config.local.php.sample b/includes/config.local.php.sample index d3b6385..013d7d4 100644 --- a/includes/config.local.php.sample +++ b/includes/config.local.php.sample @@ -113,6 +113,9 @@ define('PRIORITY_CATEGORIES', [ // URL de la chaƮne YouTube // define('YOUTUBE_URL', 'https://youtube.com/votrechaine'); +// URL du compte TikTok +// define('TIKTOK_URL', 'https://tiktok.com/@votrecompte'); + // ========================================= // Contact // ========================================= diff --git a/includes/config.php b/includes/config.php index f8fec74..cc4820c 100644 --- a/includes/config.php +++ b/includes/config.php @@ -59,6 +59,7 @@ if (!defined('FACEBOOK_URL')) define('FACEBOOK_URL', '#'); if (!defined('TWITTER_URL')) define('TWITTER_URL', '#'); if (!defined('INSTAGRAM_URL')) define('INSTAGRAM_URL', '#'); if (!defined('YOUTUBE_URL')) define('YOUTUBE_URL', '#'); +if (!defined('TIKTOK_URL')) define('TIKTOK_URL', '#'); // Contacts if (!defined('CONTACT_EMAIL')) define('CONTACT_EMAIL', 'contact@kaubuntu.re'); diff --git a/index.php b/index.php index 991462b..66024cc 100644 --- a/index.php +++ b/index.php @@ -85,6 +85,7 @@ + @@ -342,6 +343,7 @@ +