Apply Class to PHP Login Logout Link

Permalink
Is there a way to apply class(es) to this PHP login logout link?

<?php echo Core::make('helper/navigation')->getLogInOutLink()?>


Link works fine, but just need to apply a couple classes to the rendered HTML.

PineCreativeLabs
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi PineCreativeLabs,

The getLogInOutLink() method doesn't appear to accept any arguments.
https://github.com/concrete5/concrete5/blob/develop/concrete/src/Htm...

You might be able to override the service provider.
https://documentation.concrete5.org/tutorials/override-almost-any-co...