gerardojv

Registered
Apr 9, 2014
1
0
1
cPanel Access Level
Reseller Owner
Hey Everyone,

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>
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
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

Could you provide a specific example of a URL that you want to retrieve? Are you seeking this information in order to add an additional plugin to the interface? Are you sure that branding would not work better than creating a custom theme?

Thank you.