Skip to content

Instantly share code, notes, and snippets.

@eethann
Created July 22, 2012 20:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eethann/3160925 to your computer and use it in GitHub Desktop.
Save eethann/3160925 to your computer and use it in GitHub Desktop.
phptemplate to twig conversion
{% if main_menu %}
<div id="main-menu" class="navigation">
{{ theme('links__system_main_menu', {
links: main_menu,
attributes: {
id: 'main-menu-links',
class: [ links, clearfix ]
},
heading: {
text: t('Main menu'),
level: 'h2',
class: [ 'element invisisble' ]
}
}) }}
</div> <!-- /#main-menu -->
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment