ahughes3 Posted April 17, 2015 Report Posted April 17, 2015 This is probably going to be dead simple but I've tried a few ways and can't get it working. So I have created a new page called "liveries" and have dumped my html content into it and when I preview the page it shows nicely. I have then tried to create the url link from the nav menu, but every time I click the link I get the "module does not exist" message. The code for the nav link I'm using is: <li><a href="<?php echo url('/liveries'); ?>">Liveries</a></li> Anyone got an idea as to what I'm doing wrong? Quote
ahughes3 Posted April 17, 2015 Author Report Posted April 17, 2015 Oh my lord I'm such a baffoon! Sorted it now. I had copied another link in the nav menu and then just changed the filepath to /liveries whereas pages are stored in their own folder so it should have been /pages/liveries. All sorted now Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.