Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1512

Administration Joomla! 5.x • Re: How do i change Joomla Administrator Login text

$
0
0
I'm looking to change Joomla Administrator Login text or hide it.
The language constant is TPL_ATUM_BACKEND_LOGIN:

Code:

TPL_ATUM_BACKEND_LOGIN="Joomla Administrator Login"
also i want to hide completely: Forgot your login details? link
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:

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



Viewing all articles
Browse latest Browse all 1512

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>