Return to Snippet

Revision: 26304
at April 22, 2010 23:50 by karmacode


Initial Code
$system_types =     $system_types = _content_type_info();
$vars['video'] = theme('emvideo_video_video', $system_types['fields']['field_video_url'], $node->field_video_url[0], 'emvideo_embed', $node);

Initial URL


Initial Description
Best used in a node.tpl.php or node-panel-identifier.tpl.php

Initial Title
Create a programmatic way to theme a video node.

Initial Tags
drupal

Initial Language
PHP