Skip to content

Instantly share code, notes, and snippets.

@dergachev
Created February 1, 2012 21:50
Show Gist options
  • Save dergachev/1719699 to your computer and use it in GitHub Desktop.
Save dergachev/1719699 to your computer and use it in GitHub Desktop.
file: node-article.tpl.php
<div class="article">
 <h2 class="article-title">
   <?php print $article_title; ?>
 </h2>
 <div class="article-body">
  <?php print $article_body; ?>
 </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment