remove "forgot your username/password"

GK User
Wed Jul 14, 2010 9:14 am
hi
in standard joomla template i can remove "forgot your username/password" in mod_login tremplates/../../default.php

<li>
  <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
  <?php //echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
</li>
<li>
  <a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
  <?php //echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
</li>

where can i find this code or how can i deactivate "forgot your username/password" in t3 templates/party freak

thx
User avatar
Expert Boarder

GK User
Wed Jul 14, 2010 9:19 am
Edit file default.php in directory ...templates/gk_party_freak/html/mod_login/
B)
User avatar
Fresh Boarder


cron