add POPULAR_TAGS
This commit is contained in:
@@ -46,6 +46,14 @@
|
||||
// 'Histoire'
|
||||
// ]);
|
||||
|
||||
// Hashtags populaires à afficher sur la page d'accueil
|
||||
// define('POPULAR_TAGS', [
|
||||
// 'Justice',
|
||||
// 'Anticolonial',
|
||||
// 'Kanaky',
|
||||
// 'Océan Indien'
|
||||
// ]);
|
||||
|
||||
// Durée maximale des shorts en secondes
|
||||
// define('SHORTS_MAX_DURATION', 120); // 2 minutes
|
||||
|
||||
|
||||
+11
-1
@@ -96,7 +96,7 @@ 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
|
||||
// Hashtags importants à afficher dans la sidebar, footer et menu mobile
|
||||
if (!defined('IMPORTANT_TAGS')) {
|
||||
define('IMPORTANT_TAGS', [
|
||||
'Colonialisme',
|
||||
@@ -106,6 +106,16 @@ if (!defined('IMPORTANT_TAGS')) {
|
||||
]);
|
||||
}
|
||||
|
||||
// Hashtags populaires à afficher sur la page d'accueil
|
||||
if (!defined('POPULAR_TAGS')) {
|
||||
define('POPULAR_TAGS', [
|
||||
'Justice',
|
||||
'Anticolonial',
|
||||
'Kanaky',
|
||||
'Océan Indien'
|
||||
]);
|
||||
}
|
||||
|
||||
// Locale et fuseau horaire
|
||||
setlocale(LC_TIME, 'fr_FR.UTF-8');
|
||||
date_default_timezone_set('Indian/Reunion');
|
||||
|
||||
Reference in New Issue
Block a user