WebsiteBaker 2.13.9 R22 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
.current a {cursor: default;}
I hate having live links in a nav menu to the page you are already viewing, I know there are some advanced menus made by people here, but I don't think any of them do this?
// Create valuesif($page['page_id'] == PAGE_ID) { $values = array($class, , , stripslashes($page['menu_title']), stripslashes($page['page_title']));} else { $values = array($class, '<a href="'.$link.'" target="'.$page['target'].'">', '</a>', stripslashes($page['menu_title']), stripslashes($page['page_title']));}// Replace vars with value and print