Auto-Nav Problem
Permalink
When selecting the home page in my theme i get this..
Not Found
The requested URL /concrete5.6.0.2/href= was not found on this server.
i am basically refreshing my already loaded homepage when this occurs.
Some help please :)
Here is my code for the s
auto-nav...
And here is how it appears in my home page source code!
Kind Regards,
Shane
Not Found
The requested URL /concrete5.6.0.2/href= was not found on this server.
i am basically refreshing my already loaded homepage when this occurs.
Some help please :)
Here is my code for the s
auto-nav...
<?php defined('C5_EXECUTE') or die("Access Denied."); $aBlocks = $controller->generateNav(); $c = Page::getCurrentPage(); $nh = Loader::helper('navigation'); echo("<ul class="nav pull-right">"); $isFirst = true; foreach($aBlocks as $ni) { $_c = $ni->getCollectionObject(); if (!$_c->getCollectionAttributeValue('exclude_nav')) { $target = $ni->getTarget(); if ($target != '') { $target = 'target="' . $target . '"'; } if ($ni->isActive($c) || strpos($c->getCollectionPath(), $_c->getCollectionPath()) === 0) {
Viewing 15 lines of 42 lines. View entire code block.
And here is how it appears in my home page source code!
<a "="" concrete5.6.0.2="" href=" href=">Home</a>
Kind Regards,
Shane