-
Coming Up in the new WebDev Blog
-
Midnight skin for b2evolution v2.0.x-alpha_1
-
(Updated) Guide to Skins 2.0 of b2evolution v2.0
-
how_to_test_your_site_under_ie6_without_.html
add( ‘No blog param received, checking extra path…’, ‘detectblog’ ); $BlogCache = & get_Cache( ‘BlogCache’ ); if( preg_match( ‘#^(.+?)index.php/([^/]+)#’, $ReqHost.$ReqPath, $matches ) ) { // We have an URL blog name: $Debuglog->add( ‘Found a potential URL blog name: ‘.$matches[2], ‘detectblog’ ); if( (($Blog = & $BlogCache->get_by_urlname( $matches[2], false )) !== false) ) { // We…