Created
August 9, 2012 18:26
-
-
Save farmerbradllc/3306823 to your computer and use it in GitHub Desktop.
display footer navigation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## ---------- Footer Custom Field ---------- ## | |
| #set ($customFieldName = "footer-navigation") | |
| #if ($layout.getExpandoBridge().hasAttribute($customFieldName) == false) | |
| #set($VOID = $layout.getExpandoBridge().addAttribute($customFieldName, 1, false)) | |
| #end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment