diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -119,6 +119,9 @@ $content = ob_get_clean();      <meta charset="utf-8">      <meta name="viewport" content="width=device-width, initial-scale=1">      <title><?php echo $title; ?></title> +    <?php if (! empty($_ENV['CSS'])): ?> +    <style><?php echo $_ENV['CSS']; ?></style> +    <?php endif; ?>    </head>    <body>    <?php echo $content; ?>  | 
