WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
case 'css': $sRetval .= "\t\t".'<link rel="stylesheet" href="'.$oReg->AppUrl.''.$sLinks.'?[[CSSVERSION]]" media="screen">'."\n"; break;
$version="v4";return $version;
// function fresh_file() function fresh_file($file){ $used_file = TEMPLATE_DIR.'/'.$file; $fresh_used_file = WB_PATH.'/templates/'.TEMPLATE.'/'.$file; echo $used_file.'?'.filemtime ($fresh_used_file); }
case 'css': $sRetval .= "\t\t".'<link rel="stylesheet" href="'.$oReg->AppUrl.''.$sLinks.'?'.filemtime($sLinks).'" media="screen">'."\n"; break;
Simple Question: Why is this not the standard in WebsiteBaker?we found this solution everywhere in the web, its part of the description on php.net, but why is it not part of our code?