%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_html = ''.PHP_EOL.''.PHP_EOL; } // Translate script urls into html $scripts = Config::get_safe("scripts", []); $scripts_html = ''; if(!empty($scripts)){ if(!is_array($styles)){ $styles = [$styles]; } $scripts = array_unique($scripts); $scripts_html = ''.PHP_EOL.''.PHP_EOL; } ?> <?php echo Config::get("title"); ?> " rel="stylesheet" type="text/css" /> " rel="stylesheet" type="text/css" /> ' : ''; ?>

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

© 2016-2020
Miroslav Šedivý

' : ''; ?>