makes hashtags customizable

This commit is contained in:
2025-04-10 13:30:15 +04:00
parent 500fedbaca
commit ed9027a237
5 changed files with 55 additions and 26 deletions
+10
View File
@@ -96,6 +96,16 @@ if (!defined('LIVE_ACCOUNT_NAME')) define('LIVE_ACCOUNT_NAME', 'admin');
// Tags pour filtrer les vidéos selon les catégories
if (!defined('TAG_SHORT')) define('TAG_SHORT', 'short');
// Hashtags populaires à afficher dans la sidebar, footer et menu mobile
if (!defined('POPULAR_TAGS')) {
define('POPULAR_TAGS', [
'Colonialisme',
'La Réunion',
'Panafricanisme',
'Conférence'
]);
}
// Locale et fuseau horaire
setlocale(LC_TIME, 'fr_FR.UTF-8');
date_default_timezone_set('Indian/Reunion');