/[drupal]/contributions/modules/node_blaster/layout_simple.inc
ViewVC logotype

Diff of /contributions/modules/node_blaster/layout_simple.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Fri Mar 23 15:25:37 2007 UTC revision 1.2, Sat May 19 17:31:02 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: layout_simple.inc,v 1.0 2006/07/08 04:47:21 dsingh Exp $  // $Id: layout_simple.inc,v 1.1 2007/03/23 15:25:37 bpocanada Exp $
3  // next phase to do  // next phase to do
4    $description = 'simple';
5    $context = 'page';
6    
7    
8    function theme_node_blaster_layout_simple($node, $params=NULL) {
9      // TODO
10      return '';
11    }
12  ?>  ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2