Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save istvan-ujjmeszaros/28bfb57238b479dfb752 to your computer and use it in GitHub Desktop.
Save istvan-ujjmeszaros/28bfb57238b479dfb752 to your computer and use it in GitHub Desktop.
<?php if (!$conversation_muted): ?>
<li onclick="muteChatWindow('<?php echo $friend_userid; ?>', 'friend', this)">Beszélgetés némítása</li>
<?php else: ?>
<li onclick="reinstateChatWindow('<?php echo $friend_userid; ?>', 'friend', this)"><b>Némítva</b> - Felold</li>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment