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-expertsdb_address.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'; } ?>">
......
15 15
  <?php endif; ?>
16 16

  
17 17
  <div class="content">
18
    <?php 

18
    <?php 
19 19
    print $content ?>
20 20
  </div>
21 21

  

Also available in: Unified diff