Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jens_blank Friend
    #136631

    Hi there,

    I use the JA_Mageia template and I have some problems with the contact forms:

    Within the contact forms the images are not shown. One example:

    http://development-research.org/component/contact/58/14.html/

    Can someone give me some hints?

    Best wishes,
    Jens Blank

    Anonymous Moderator
    #284508

    Hi jens_blank,

    For this case, please open file componentscom_contactviewscontacttmpldefault.php, at about line 52, find following script:

    [PHP]<?php echo JHTML::_(‘image’, ‘/images/stories’ . ‘/’.$this->contact->image, JText::_( ‘Contact’ ), array(‘align’ => ‘middle’)); ?>[/PHP]

    and change to:

    [PHP]<?php echo JHTML::_(‘image’, JURI::base().’/images/stories’ . ‘/’.$this->contact->image, JText::_( ‘Contact’ ), array(‘align’ => ‘middle’)); ?>[/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 8 months ago.

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