Thatfor I'm preparing each Export-Results to get a file named e.g. "menu-top.html" reducing html/body-Code to get:
Code: Select all
<div id="mbmcpebul_wrapper">
### menu-code here ###
</div>
Code: Select all
<?php include 'menu_top.html';?>
Partly i go one step further adding an Logo in Front of the Menu:
Code: Select all
<div id="mbmcpebul_wrapper">
<img src="images/mylogo" height="38" style="border: 0; margin: 0px 15px ; float: left; vertical-align: middle" alt="">
<?php include 'menu_top.html';?>
</div>
Code: Select all
<ul id="mbmcpebul_table" class="mbmcpebul_menulist css_menu">
###- menu-code here ###
</ul>
The Option to include the code in existing files is thatfor not satisfying.
Hope this will find a way into a the next version, as it is easy to be established.
meRalle