The language constant is TPL_ATUM_BACKEND_LOGIN:I'm looking to change Joomla Administrator Login text or hide it.
Code:
TPL_ATUM_BACKEND_LOGIN="Joomla Administrator Login"
Create a template override of the login module mod_login. Edit the file administrator/templates/atum/html/mod_login and remove these lines from the bottom:also i want to hide completely: Forgot your login details? link
Code:
<div class="text-center"> <div> <?php echo HTMLHelper::link( Text::_('MOD_LOGIN_CREDENTIALS_LINK'), Text::_('MOD_LOGIN_CREDENTIALS'), [ 'target' => '_blank', 'rel' => 'noopener nofollow', 'title' => Text::sprintf('JBROWSERTARGET_NEW_TITLE', Text::_('MOD_LOGIN_CREDENTIALS')) ] ); ?> </div></div>
Statistics: Posted by toivo — Wed Aug 28, 2024 9:53 pm