Check if navItem is external link
Permalink 2 users found helpful
Hi there
I'm currently trying to make an navigation which sets a globe before external links. Unfortunately, I couldn't find a way to check, if a nav item is an external link.
Is there something like $ni->getURL() to check, if the nav item is an external link?
thanks in advence
steff
I'm currently trying to make an navigation which sets a globe before external links. Unfortunately, I couldn't find a way to check, if a nav item is an external link.
Is there something like $ni->getURL() to check, if the nav item is an external link?
thanks in advence
steff
$_c->isExternalLink();
this returns true if it is and fals if it isn't.
Kind regards,
steff