adding extra email icon - only displayed as text - Joomla! Forum - community, help and support
hi,
in template have created e-mail function in left margin of template, above component. e-mail icon should visible here.
i have done nothing ordinary pdf/email/print icons , not displaying these. show icons set yes, , e-post icon set hide.
what have done icon insert following line in template:
<td width="205" height="22" class="buttonheading"> <?php echo jhtml::_('icon.email', $this->article, $this->params, $this->access); ?></td>
this works, link saying "e-mail" instead of icon. e-mail link works correct though sending proper page email address.
the problem displays text , not icon.
if change settings of e-post icon show, see original e-post icon joomla. displayed icon. 1 have set in template still displayed link "e-mail".
how can icon displayed when using <?php echo jhtml::_('icon.email', $this->article, $this->params, $this->access); ?>directly template ?
in template have created e-mail function in left margin of template, above component. e-mail icon should visible here.
i have done nothing ordinary pdf/email/print icons , not displaying these. show icons set yes, , e-post icon set hide.
what have done icon insert following line in template:
<td width="205" height="22" class="buttonheading"> <?php echo jhtml::_('icon.email', $this->article, $this->params, $this->access); ?></td>
this works, link saying "e-mail" instead of icon. e-mail link works correct though sending proper page email address.
the problem displays text , not icon.
if change settings of e-post icon show, see original e-post icon joomla. displayed icon. 1 have set in template still displayed link "e-mail".
how can icon displayed when using <?php echo jhtml::_('icon.email', $this->article, $this->params, $this->access); ?>directly template ?
Comments
Post a Comment