Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created June 17, 2019 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imarklee/67c98e741cf9271c16cdc6714ea93a8f to your computer and use it in GitHub Desktop.
Save imarklee/67c98e741cf9271c16cdc6714ea93a8f to your computer and use it in GitHub Desktop.
if (!$conversationId) {
<a href="<?php echo ESR::conversations(array('layout' => 'compose'));?>" class="popbox-dropdown__note pull-left">
<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_CONVERSATIONS_COMPOSE');?>
</a>
} else {
<a href="javascript:void(0);" data-ck-chat="" data-conversation-id="<?php echo $conversationId;?>">
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment