Created
November 6, 2014 15:04
-
-
Save mkorostoff/519ef4a121a180d3c09f to your computer and use it in GitHub Desktop.
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
<?php | |
function radius_program_field__field_video_reference__program(&$vars) { | |
foreach ($vars['element']['#items'] as $delta => $video){ | |
$node_id = key($vars['element'][$delta]['node']); | |
$vars['element'][$i]['node'][$node_id]['#node']->number = $delta+1; | |
} | |
return theme_field($vars); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment