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
<?php if (( PAGE_ID == 2 ) OR (PAGE_ID == 22)){ ?> <style type="styleskoen.css"> #intro_right{ background: #179FB7 url(<?php echo WB_URL.'styleskoen.css';?>) no-repeat; } </style><?php }
<?php if (( PAGE_ID == 2 ) OR (PAGE_ID == 22)){ ?> <style type="text/css"> #intro_right{ background: #179FB7 url(<?php echo WB_URL.'styleskoen.jpg';?>) no-repeat; } </style><?php } ?>
<?php switch( PAGE_ID ) { case 2: case 22: $image_name = 'stylekoen.jpg'; break; default: $image_name = "not_found.gif"; } $imgage_url = WB_URL.MEDIA_DIRECTORY."/".$image_name; // what/where ever ... ?><style type="text/css">#intro_right{ background: #179FB7 url(<?php echo image_url; ?>) no-repeat top left;}</style>
<meta http-equiv="Content-Style-Type" content="text/css">
<?php switch( PAGE_ID ) { case 2: case 22: $image_name = 'templates/a_bit_modern/Images/bgkoen.gif'; break; default: $image_name = "not_found.gif"; } $imgage_url = WB_URL.MEDIA_DIRECTORY."/".$image_name; // what/where ever ... ?><style type="text/css">#intro_right{ background: #179FB7 url(<?php echo image_url; ?>) no-repeat top left;}</style>
<?php switch( PAGE_ID ) { case 2: case 22: $image_name = 'bgkoen.gif'; // *! break; case 3: $image_name = "no_idea_about_the_name.gif"; // *! break; default: $image_name = "not_found.gif"; } $imgage_url = WB_URL."/templates/a_bit_modern/Images/".$image_name; // *! ?><style type="text/css">#intro_right{ background: #179FB7 url(<?php echo image_url; ?>) no-repeat top left;}</style>
<?php$filename = PAGE_TITLE;$default = 'basic.css'if (file_exists($filename)) { $file = $filename;} else { $file = $default;}?>// CSS Ausgabe<link href="<?php echo TEMPLATE_DIR; ?>/<?php echo $file; ?>.css" rel="stylesheet" type="text/css" media="screen" />