Update functions_display.php
This commit is contained in:
@@ -424,6 +424,7 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
|
|||||||
$current_hour = date('H');
|
$current_hour = date('H');
|
||||||
$day_state = $current_hour >= 6 && $current_hour <= 18 ? 'jour' : 'nuit';
|
$day_state = $current_hour >= 6 && $current_hour <= 18 ? 'jour' : 'nuit';
|
||||||
$forum_image = str_replace(".", "_$day_state.", $row['forum_image']);
|
$forum_image = str_replace(".", "_$day_state.", $row['forum_image']);
|
||||||
|
echo $forum_image;
|
||||||
|
|
||||||
$cat_row = array(
|
$cat_row = array(
|
||||||
'S_IS_CAT' => true,
|
'S_IS_CAT' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user