Hello, I combined WB with some other PHP-pages and would like to display the WB menu on the PHP-pages.
Is it possible to include the WB menu on other PHP-pages dynamically?
Hi,
I didnt tested this, but try to insert show_menu2(); in code editor
cheers
QuoteI combined WB with some other PHP-pages
??? Can you explain with example pls
Dietmar
Well, I use WB for my site and another PHP-script with it's own templates.
I want to use the same (WB) menu for both parts of the site so the WB menu needs to be included inside the header/footer template of the other site.
Is it possible to use some kind of PHP include to place the WB menu in other PHP-templates?