| 12345678910111213 | 
							- <?php
 
- // Developed by: Chad N.A Krilow at The University of Saskatchewan
 
- //
 
- // Purpose: This template provides the layout of the Tripal Pub node (page)
 
- //   using the same templates used for the various Tripal blocks. 
 
- ?> 
 
- <?php
 
-  //uncomment this line to see a full listing of the fields avail. to $node
 
-  //print '<pre>'.print_r($node,TRUE).'</pre>';
 
- ?>
 
 
  |