Skip to content

Instantly share code, notes, and snippets.

View SaifAlDilaimi's full-sized avatar
🎯
Focusing

Saif Al-Dilaimi SaifAlDilaimi

🎯
Focusing
View GitHub Profile
@xavicolomer
xavicolomer / template.php
Last active August 3, 2016 09:15
Drupal n-level submenus working with Zurb Foundation 5
/**
* This snippet should replace the old 'zurb_foundation_links__system_main_menu' found on template.php inside the zurb-foundation theme
/*
/**
* Implements theme_links() targeting the main menu specifically
* Outputs Foundation Nav bar http://foundation.zurb.com/docs/navigation.php
*
*/
function zurb_foundation_links__system_main_menu($vars) {