Re: Adding a link in categories box
Edit: Wasn't quick enough for the real edit.
So you can add some css styling to it, to make the link look the same as the others in the menu, do it like this, instead:
Code:
$content .= '<div class="form"><a href="index.php?main_page=page&id=15&chapter=1">My Form</a></div>';
Then you can style that with some css like this:
Code:
#nav-cat .form {
background: #6495ed;
}
#nav-cat .form a {
color: #fff;
}
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!