I developed a navigation system that I am trying to include in all my files via require or include.
The navigation file name is "top.inc"
The main file has the following code:
<? require("top.inc"); ?>
This should load the navigation into the main file
But when I load the main file, the navigation doesn't show up, instead I have a broken image icon, Can you help me.
I also tried include instead of require.
This should be simple. But I can't get it to work
Please help
thanks in adavance.