Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created September 27, 2017 15:06
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 LinguistMB/ad7b4a07a16ec24c2617c32f0e72067d to your computer and use it in GitHub Desktop.
Save LinguistMB/ad7b4a07a16ec24c2617c32f0e72067d to your computer and use it in GitHub Desktop.
<li class="authorization-link" data-label="<?php echo $block->escapeHtml(__('or')); ?>">
<a <?php /* @escapeNotVerified */ echo $block->getLinkAttributes(); ?><?php /* @escapeNotVerified */ echo $dataPostParam; ?>>
<?php echo $block->escapeHtml($block->getLabel()); ?>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment