Skip to content

Instantly share code, notes, and snippets.

@gigo6000
Created November 10, 2011 06:12
Show Gist options
  • Save gigo6000/1354241 to your computer and use it in GitHub Desktop.
Save gigo6000/1354241 to your computer and use it in GitHub Desktop.
Twitter button Twig
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
<a href="{{ path('_security_logout')}}"><img src="/images/twitterLogOutButton.png"></a>
{% else %}
<a href="{{ path ('connect_twitter')}}"> <img src="/images/twitterLoginButton.png"></a>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment