Your IP : 216.73.216.224


Current Path : /var/www/html/modules/mod_stackideas_toolbar/tmpl/ajax/conversations/
Upload File :
Current File : /var/www/html/modules/mod_stackideas_toolbar/tmpl/ajax/conversations/giphy.php

<?php
/**
* @package		EasySocial
* @copyright	Copyright (C) 2010 - 2019 Stack Ideas Sdn Bhd. All rights reserved.
* @license		GNU/GPL, see LICENSE.php
* EasySocial is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
defined('_JEXEC') or die('Unauthorized Access');
?>
<?php if ($conversation->getLastMessage()) { ?>
	<?php if ($conversation->getLastMessage()->created_by === $my->id) { ?>
		<i class="fdi fa fa-share" data-es-provide="tooltip" data-placement="bottom" data-original-title="<?php echo JText::_('COM_EASYSOCIAL_CONVERSATION_YOU_HAVE_REPLIED_HERE');?>"></i>
		<?php echo JText::_('COM_ES_CONVERSATIONS_GIPHY_YOU_SENT_GIF'); ?>
	<?php } else { ?>
		<?php echo JText::sprintf('COM_ES_CONVERSATIONS_GIPHY_OTHER_SENT_GIF', ES::user($conversation->getLastMessage()->created_by)->getName()); ?>
	<?php } ?>
<?php } ?>