Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tkc12 Friend
    #140523

    Hi,

    Whenever I login, I will see the text,

    Hi Administrator,Log out

    May I know how can I create a space after the comma?

    I would appreciate any comments and help on this, thanks.

    nguyenhuu quang Friend
    #302358

    open yourtemplate/html/mod_login/default.php
    at line 5 to 7 :

    <li><a href="<?php echo JRoute::_("index.php?option=com_user&task=logout&return=".base64_encode('index.php'));?>" class="logout-switch"><?php echo JText::sprintf( 'HINAME', $user->get('name') ); ?>
    <?php endif; ?>
    <?php echo JText::_( 'BUTTON_LOGOUT'); ?></a></li>

    replace with:

    <li><a href="<?php echo JRoute::_("index.php?option=com_user&task=logout&return=".base64_encode('index.php'));?>" class="logout-switch"><?php echo JText::sprintf( 'HINAME', $user->get('name') ); ?>
    <?php endif; ?>
     <?php echo JText::_( 'BUTTON_LOGOUT'); ?></a></li>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  nguyenhuu quang 15 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum