Code: Select all
//Begin : Colored background messages for admin and moderators
$lang = array_merge($lang, array(
'LOAD_CBGM_ADMINS' => 'Change background color for administrators\' posts.',
'LOAD_CBGM_ADMINS_EXPLAIN' => 'When reading a topic, administrators' background color posts is change.',
'LOAD_CBGM_MODOS' => 'Change background color for moderators\' posts.',
'LOAD_CBGM_MODOS_EXPLAIN' => 'When reading a topic, moderator' background color posts is change, if moderators have moderators'permissions in the current forum.',
));
//End : Colored background messages for admin and moderators
Code: Select all
//Begin : Colored background messages for admin and moderators
$lang = array_merge($lang, array(
'LOAD_CBGM_ADMINS' => 'Change background color for administrators\' posts.',
'LOAD_CBGM_ADMINS_EXPLAIN' => 'When reading a topic, administrators\' background color posts is change.',
'LOAD_CBGM_MODOS' => 'Change background color for moderators\' posts.',
'LOAD_CBGM_MODOS_EXPLAIN' => 'When reading a topic, moderator\' background color posts is change, if moderators have moderators\'permissions in the current forum.',
));
//End : Colored background messages for admin and moderators
DragonMaster1 wrote:will this work on a black background theme?