mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Add new theme setting pre_text_color
This commit is contained in:
@@ -210,6 +210,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
color: <?php echo ($_SESSION['theme']['pre_text_color']['text'] != '') ? $_SESSION['theme']['pre_text_color']['text'] : '#5f5f5f'; ?>;
|
||||
}
|
||||
|
||||
div#footer {
|
||||
|
||||
Reference in New Issue
Block a user