Skip to content

Instantly share code, notes, and snippets.

@dergachev
Created February 1, 2012 21:32
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 dergachev/1719596 to your computer and use it in GitHub Desktop.
Save dergachev/1719596 to your computer and use it in GitHub Desktop.
file: mydashboard.tpl.php
<div class="mydashboard">
 <h2 class="mydashboard-title">
   <?php print $title; ?>
 </h2>
 <div class="mydashboard-content">
  <?php print $content; ?>
 </div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment