Skip to content

Commit 1c6cdef

Browse files
committed
Make sure status colors CSS is available
Starting with MantisBT 2.26.0, status_config.php (dynamic CSS for status colors) is no longer systematically loaded by MantisBT core, it has to be requested by individual pages that need it Fixes #398
1 parent 0798496 commit 1c6cdef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/pages/view.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ function( $p_bug_id ) use ( $t_view_bug_threshold ) {
6060

6161
$t_update_form = $t_use_porting && $t_can_update;
6262

63+
require_css( 'status_config.php' );
64+
6365
layout_page_header( plugin_lang_get( 'title' ) );
6466
layout_page_begin();
6567
?>

0 commit comments

Comments
 (0)