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
<div id="left<? echo PAGE_ID == 1 ? "": "_subpage"; ?>">
<?php/*** The page news are placed on differ places,* than on the main-page.* * @version 0.2.0* @date 2008-08-18* @author aldus* @state @dev** @notice Maybe you need to modify the first line if your* main-page havn't got the ID 1, e.g. 27 ...**/ switch (PAGE_ID) { case 1: $add = ""; break; case 2: case 3: case 7: case 14: $add = "_math_groupe"; break; case 9: case 12: case 32: $add = "_geo_groupe"; break; default: $add = "_sub_groupe"; } echo "<div id=\"left". $add ."\">\n"; page_content(2); echo "</div>\n";?>