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
<?phpif ( defined('ITEM_ID')) { include ('index2.php'); return;}
<?php echo ITEM_ID; ?>
<?php echo ITEM_TITLE; ?>
<?php echo TITLE; ?>
<?php$item_title = $database->get_one("SELECT `title` FROM ".TABLE_PREFIX."mod_bakery_items WHERE `item_id` = '".ITEM_ID."'");echo $item_title;