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
Italian language too!
start_item :0
Warning: preg_match_all() [function.preg-match-all]: Compilation failed: unrecognized character after (?< at offset 16
$debug_level = KLogger::OFF;#$debug_level = KLogger::DEBUG;
Yes, I did that. Now what?
$css_regexp = array( 'linked' => '#<link' . '(?:' . '(?:.*(?<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)' . '|' . '(?:.*(?<href>(?<=href=")[^"]*(?="))[^>]*)' . '|' . '[^>]*' . ')>' . '#i', 'inline' => "#<style(?:[^>]*>)(.*?)</style>#ism");
// regular expressions matching CSS$css_regexp = array( 'linked' => '#<link' . '(?:' . '(?:.*(?P<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)' . '|' . '(?:.*(?P<href>(?<=href=")[^"]*(?="))[^>]*)' . '|' . '[^>]*' . ')>' . '#i', 'inline' => "#<style(?:[^>]*>)(.*)</style>#ism");
// regular expressions matching CSS$css_regexp = array( 'linked' => '#<link' . '(?:' . '(?:.*(?P<rel>(?<=rel=")[^"]stylesheet(?="))[^>]*)' . '|' . '(?:.*(?P<href>(?<=href=")[^"]*(?="))[^>]*)' . '|' . '[^>]*' . ')>' . '#i', 'inline' => '#<style[^>]+>((?!</style>).+?)</style>#ism');
btw: jQuery Showroom site now uses superfish plugin for main navigation