I'm working on a new Website, with a self-made navigation. It has got a roll-over effect (with two images).To make it "ready" for the {NAV_TABLE_COLUMN} Reptag, it would take a lot of work and it won't fit in my Website Design.
So I had the idea to create for every content ("Home" "about" "work" "contact") a seperate site; "home.php" "about.php" "work.php" etc.
To have the content from phpwcms in this seperated websites, I wanted to include the following in those sites: index.php?home for the homepage or index.php?about for the about-section. But it doesnt work. There's an error:
Code: Select all
Warning: main(index.php?about): failed to open stream: No such file or directory in /srv/www/htdocs/web50/html/v2/about.php on line 136
Warning: main(): Failed opening 'index.php?about' for inclusion (include_path='.') in /srv/www/htdocs/web50/html/v2/about.php on line 136
How can I solve this problem? Could it work?
Greets
dulnan