%02d', $h, $h); } $minutes = ''; for($m=0;$m<60;$m+=10){ $minutes .= sprintf('', $m, $m); } $header_path = PROJECT_PATH.Config::get_safe("header", 'data/header.html'); if(file_exists($header_path)){ $header = file_get_contents($header_path); } else { $header = ''; } // Translate styles into html $styles = Config::get_safe("styles", []); $styles_html = ''; if(!empty($styles)){ if(!is_array($styles)){ $styles = [$styles]; } $styles = array_unique($styles); $styles = array_map('escape', $styles); $styles_html = ''.PHP_EOL.''.PHP_EOL; } // Translate script urls into html $scripts = Config::get_safe("scripts", []); $scripts_html = ''; if(!empty($scripts)){ if(!is_array($scripts)){ $scripts = [$scripts]; } $scripts = array_unique($scripts); $scripts = array_map('escape', $scripts); $scripts_html = ''.PHP_EOL.''.PHP_EOL; } // Use version suffix in URLs to prevent cache $versionSuffix = ''; if (Config::get_safe("version", false)) { $versionSuffix = '?v='.rawurlencode(Config::get("version")); } ?> <?php echo escape(Config::get("title")); ?> .css" rel="stylesheet" type="text/css" /> '.PHP_EOL : ''; ?>

' : (empty($header) ? '
' : '')); ?>
">

© 2016-2022
m1k1o/blog'; ?>

'.PHP_EOL : ''; ?>