source: sipes/themes/danland/node.tpl.php @ f8d6cf8

stableversion-3.0
Last change on this file since f8d6cf8 was 6f9ddf1, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del tema

  • Propiedad mode establecida a 100755
File size: 621 octetos
Línea 
1<?php
2
3// $Id: node.tpl.php,v 1.3 2010/11/11 03:57:45 danprobo Exp $
4?>
5  <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
6    <?php if ($picture) {
7      print $picture;
8    }?>
9    <?php if ($page == 0) { ?><h2 class="title"><?php print $title; ?></h2><?php }; ?>
10    <?php if ($taxonomy): ?><div class="taxonomy"><?php print $terms; ?></div><?php endif;?>
11    <div class="content"><?php print $content; ?></div>
12        <div style="clear:both"></div>
13    <?php if ($links): ?>
14      <div class="links"><?php print $links; ?></div>
15    <?php endif; ?>
16  </div>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.