Hey Everyone,
I was wondering if you are creating a cpanel theme, how would you echo a URL to a specific feature?
Example:
What would I need to replace the "#" with to retrieve the urls? I dont necessarily want these features but just in general, what would you use to retrieve the urls, I tried some of the hooks, but it ends up displaying the information and not just the link.
Any help would be appreciated, thanks!
Jerry
I was wondering if you are creating a cpanel theme, how would you echo a URL to a specific feature?
Example:
Code:
Quicklinks:
<ul>
<li><a href="#">MySQL Databases</a></li>
<li><a href="#">phpMyAdmin</a></li>
<li><a href="#">AddOn Domains</li>
</ul>
Any help would be appreciated, thanks!
Jerry