It is possible to include menu generated by menu builder into the content of publish page using smart object method.
1. Create menu in menu builder if you haven’t already. Make sure it is “Intranet” type menu
2. Take a note of the menu name
3. Paste this code into FCK Editor window by switching to the “source mode” replacing MENU_NAME with actual menu name
<script type="text/javascript" src="/intranet/publish/get_menu.js.php?name=MENU_NAME"> </script>
Discussion