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

Steff
 
Steff replied on at Permalink Reply
Steff
OK. I finally found the solution. It is so simple.

$_c->isExternalLink();

this returns true if it is and fals if it isn't.

Kind regards,
steff
hursey013 replied on at Permalink Reply
hursey013
Thanks for posting this, just needed to use it.
Steff replied on at Permalink Reply
Steff
Nice to see, that some one else could use this too.

Kind regards