Skip to content

Instantly share code, notes, and snippets.

@drewgeraets
Created October 17, 2011 20:33
Show Gist options
  • Save drewgeraets/1293718 to your computer and use it in GitHub Desktop.
Save drewgeraets/1293718 to your computer and use it in GitHub Desktop.
<?php if ($display_submitted): ?>
<div class="meta submitted">
<?php
if ($submitted) {
echo "Posted on " . date( "M. j, Y",$node->created);
}
?>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment