Page 1 of 1

Menu change for entire site

PostPosted: Tue Nov 26, 2013 7:58 am
by austar
Hello

I like the look of this program, however before I decide to purchase it I have a question.

How do you change the menu for an ENTIRE site, what I have read, it appears that you have to go to each page individually and make the necessary changes.

That would take forever for a site that I have just been asked to fix.

Regards
Austar

Re: Menu change for entire site

PostPosted: Tue Nov 26, 2013 12:04 pm
by MikeyB
Hi Austar,

This would depend on how your site is built.
If you are using just HTML pages with no server side scripting then yes, you would have to change each page.

But if you use something like PHP, ASP, Perl or ASP.Net then you could put your menu on each page as an include file, and then you'd only have to change the menu once for it to change every page.

Mike

Re: Menu change for entire site

PostPosted: Tue Nov 26, 2013 3:23 pm
by austar
Thanks Mike