Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • randpost Friend
    #131258

    is it possible to change the sign up text at the top of the home page to small image?

    Sherlock Friend
    #261879

    Hi
    you can edit default.php(templatesja_teline_iihtmlmod_login folder)
    Search those lines :

    <a href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="return hs.htmlExpand(this, {contentId: 'id_highslide_signup_1',outlineType:'rounded-white',width:330,height:360,outlineWhileAnimating:true} )" >
    <?php echo JText::_('REGISTER');?>
    </a>

    Change to

    <a href="<?php echo JRoute::_("index.php?option=com_user&task=register");?>" onclick="return hs.htmlExpand(this, {contentId: 'id_highslide_signup_1',outlineType:'rounded-white',width:330,height:360,outlineWhileAnimating:true} )" >
    <img src="" /> //add your image
    </a>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 3 months ago.

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