Project

General

Profile

« Previous | Next » 

Revision d2a09415

Added by Andreas Kohlbecker over 8 years ago

CRLF will be replaced by LF issues

View differences:

themes/garland_EDIT/node.tpl.php
1
<?php 

2
phptemplate_comment_wrapper(NULL, $node->type); 

1
<?php 
2
phptemplate_comment_wrapper(NULL, $node->type); 
3 3
?>
4 4

  
5 5
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">

Also available in: Unified diff