Published WebsiteBaker Patch 1152022-05-31 : read more about…
Published WebsiteBaker 2.13.1 r1032022-04-16 : read more about…
PHP-8.1 released. 2021-11-25PHP-7.3 End Of Life. 2021-12-062021-12-02 : read more about…
<?php if (preg_match("/posts/i", $_SERVER['REQUEST_URI'])) { ?><link href="<?php echo TEMPLATE_DIR; ?>/screen_long.css" rel="stylesheet" type="text/css" media="screen" /> <?php } else { ?><link href="<?php echo TEMPLATE_DIR; ?>/screen.css" rel="stylesheet" type="text/css" media="screen" /><?php } ?>