Where are we supposed to set these variables.
$dns_manager_link & dns_manager_is_active
As per your integration code pasted below - if I add this to my page - nothing appears - as the $dns_manager_link is blank and $dns_manager_is_active is false
-----------------------------------------------------------------
{if $dns_manager_is_active == true && $dns_manager_link != ''}
<li>
<a href="{$dns_manager_link}">
{if $LANG.clientarea_manage_dns_link}{$LANG.clientarea_manage_dns_link}{else}Manage DNS{/if}
</a>
</li>
{/if}