comparison templates/block--no-wrapper.tpl.php @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a3750d724105
1 <?php
2 /**
3 * @file
4 * Returns the HTML for a block with bare minimum HTML.
5 *
6 * Complete documentation for this file is available online.
7 * @see https://drupal.org/node/1728250
8 */
9 ?>
10
11 <?php print render($title_prefix); ?>
12 <?php if ($title): ?>
13 <h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
14 <?php endif; ?>
15 <?php print render($title_suffix); ?>
16
17 <?php print $content; ?>