source: sipes/themes/danland/box.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: 241 octetos
Línea 
1<?php
2// $Id: box.tpl.php,v 1.1.1.1 2010/04/06 03:11:39 danprobo Exp $
3?>
4  <div class="box">
5    <?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
6    <div class="content"><?php print $content; ?></div>
7 </div>
8
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.