WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: vanbemmel on July 20, 2009, 01:35:45 PM

Title: Display WB menu on other PHP-pages
Post by: vanbemmel on July 20, 2009, 01:35:45 PM
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?
Title: Re: Display WB menu on other PHP-pages
Post by: crnogorac081 on July 20, 2009, 01:54:53 PM
Hi,

I didnt tested this, but try to insert show_menu2(); in code editor

cheers
Title: Re: Display WB menu on other PHP-pages
Post by: Luisehahne on July 20, 2009, 04:56:33 PM
Quote
I combined WB with some other PHP-pages

??? Can you explain with example pls

Dietmar
Title: Re: Display WB menu on other PHP-pages
Post by: vanbemmel on July 20, 2009, 05:04:56 PM
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?