2596
Hi. The links that were created using content manager will not open my pages?
Even the About Us page....
It just goes to the home page when clicked on.
I am using the SEO urls...any way I can make it work? Thanks so much.
<li><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li>
$this->data['text_account'] = $this->language->get('text_account');
$this->data['account'] = $this->html->getURL('account/account');
<li><a href="/index.php?rt=account/account">My Account</a></li>
<li><a href="<?php echo $special; ?>" class="special"><?php echo $text_special; ?></a></li>
<li class="nav_sep"> </li>
<li><a onclick="bookmark(document.location, '<?php echo addslashes($title); ?>');" class="bookmark"><?php echo $text_bookmark; ?></a></li>
<li class="nav_sep"> </li>
<li><a href="<?php echo $contact; ?>" class="contact"><?php echo $text_contact; ?></a></li>
<li class="nav_sep"> </li>
<li><a href="<?php echo $sitemap; ?>" class="sitemap"><?php echo $text_sitemap; ?></a></li>