Login Link

If you are having problems with GuMax, post here.
Post Reply
User avatar
jeffarcher
Rank 0
Rank 0
Posts: 2
Joined: November 20th, 2007, 5:51 pm

Login Link

Post by jeffarcher »

Hello:

I've been playing with GuMax 3.3, and I'm not sure what I did, but the Login/Create Account link isn't displaying in the header. Here is the code:

<li>
<a href="<?php echo htmlspecialchars($this->data['personal_urls']['login']['href']) ?>">
<?php echo htmlspecialchars($this->data['personal_urls']['login']['text']) ?>
</a></li>

All I get on the page is:

<li><a href=""></a></li>

Thanks for any assistance.
-jeff
User avatar
gmack
Rank 2
Rank 2
Posts: 12
Joined: November 4th, 2007, 3:24 pm

Re: Login Link

Post by gmack »

Read this post, it's all about the same problem. Login problem, GuMax 3.3
Post Reply