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
Wäre schön gewesen, wenn diese Änderung bei der Veröffentlichung von WB 2.11 kommuniziert worden wäre.
Mich ärgert nur, dass das beim Release von WB 2.11 mit keiner Silbe erwähnt wurde.
Nein, es war keine Absicht, das simple show_menu() abzuschalten und deswegen erfolgte auch keine Ankündigung darüber
<?php public function preprocess(&$content) { // do absolutely nothing throw new BadFunctionCallException('this method is without any functionality since Rev.1702 from 2012/08/27'); } public function menu() { throw new BadFunctionCallException('this method is outdated. Use show_menu2() instead!'); } public function show_menu() { throw new BadFunctionCallException('this method is outdated. Use show_menu2() instead!'); }
Man kann und darf sich aber auch einmal täuschen.
Hallo,......Unabhängig davon macht WB 2.11 richtig viel Spaß. Weiter so.GrußMatthias
<?php if(SHOW_MENU) { /* Only shown menu if we need to */ ?> </li> <br /> <?php page_menu(); ?> <?php }