Skip to content

Instantly share code, notes, and snippets.

@bendalton
Created August 18, 2009 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bendalton/170022 to your computer and use it in GitHub Desktop.
Save bendalton/170022 to your computer and use it in GitHub Desktop.
<?php
// Block to display field_right_sidebar
if(arg(0) == 'node' && is_numeric(arg(1))) {
$node = node_load(arg(1));
print(content_format('field_right_sidebar', $node->field_right_sidebar[0], 'default', $node));
}?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment