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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Sat May 19 17:31:02 2007 UTC (2 years, 6 months ago) by gloscon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +9 -1 lines
File MIME type: text/x-php
#Updated for Drupal 5.0
1 <?php
2 // $Id: layout_simple.inc,v 1.1 2007/03/23 15:25:37 bpocanada Exp $
3 // 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 ?>

  ViewVC Help
Powered by ViewVC 1.1.2