source: sipes/themes/danland/block.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: 350 octetos
Línea 
1<?php
2// $Id: block.tpl.php,v 1.3 2010/07/19 22:05:33 danprobo Exp $
3?>
4<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block <?php print $block_classes; ?>">
5
6<?php if (!empty($block->subject)): ?>
7  <h2><?php print $block->subject ?></h2>
8<?php endif;?>
9
10  <div class="content"><?php print $block->content ?></div>
11</div>
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.