Skip to content

Commit

Permalink
thanks @Quy
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Aug 31, 2017
1 parent 9c2b265 commit 2efc080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/com_contact/views/contact/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
<?php if ($tparams->get('allow_vcard')) : ?>
<?php echo JText::_('COM_CONTACT_DOWNLOAD_INFORMATION_AS'); ?>
<a href="<?php echo JRoute::_('index.php?option=com_contact&amp;view=contact&amp;id=' . $this->contact->id . '&amp;format=vcf'); ?>">
<?php echo JText::_('COM_CONTACT_VCARD'); ?></a>
<?php echo JText::_('COM_CONTACT_VCARD'); ?>
</a>
<?php endif; ?>
<?php if ($presentation_style === 'sliders') : ?>
<?php echo JHtml::_('bootstrap.endSlide'); ?>
Expand Down

0 comments on commit 2efc080

Please sign in to comment.