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/bede7b1e0e11e02b81fd11e2b3f4a668 to your computer and use it in GitHub Desktop.
Save imarklee/bede7b1e0e11e02b81fd11e2b3f4a668 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