diff --git a/includes/config.local.php.sample b/includes/config.local.php.sample index 6984fe2..f5e155a 100644 --- a/includes/config.local.php.sample +++ b/includes/config.local.php.sample @@ -36,8 +36,8 @@ // Tag pour les shorts // define('TAG_SHORT', 'short'); -// Hashtags populaires à afficher dans la sidebar, footer et menu mobile -// define('POPULAR_TAGS', [ +// Hashtags importants à afficher dans la sidebar, footer et menu mobile +// define('IMPORTANT_TAGS', [ // 'Colonialisme', // 'La Réunion', // 'Panafricanisme', diff --git a/includes/config.php b/includes/config.php index 022b4ed..8ef2d8b 100644 --- a/includes/config.php +++ b/includes/config.php @@ -97,8 +97,8 @@ if (!defined('LIVE_ACCOUNT_NAME')) define('LIVE_ACCOUNT_NAME', 'admin'); 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', [ +if (!defined('IMPORTANT_TAGS')) { + define('IMPORTANT_TAGS', [ 'Colonialisme', 'La Réunion', 'Panafricanisme', diff --git a/includes/footer.php b/includes/footer.php index ca8eccb..34c6fee 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -32,8 +32,8 @@