View Full Version : Easy Navigation Changes
tngcas
12-28-2007, 04:12 AM
I want to be able to easily change the navigation menu for a large website. I have found a ton of tutorials that discuss using CSS and external style sheets but I haven't been able to find a way to change or add to my navigation menu without having to change each page individually. Is there a way to make my navigation menu completely external so that I only have to change one document to change them all?
tech_support
12-28-2007, 05:02 AM
You can create a separate file, and put your menu code on it. And then you can include the file using PHP like this:
<?php include('myfilewherethemenuis.php'); ?>
And please don't cross-post, it's annoying and people WILL ignore your question.
tngcas
12-28-2007, 03:32 PM
Sorry about the cross posting, I wasn't sure where to put it.
I really don't know anything about php? Do I just create a html document and save it with a php extension? That sounds a bit too easy to me.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.