contrib modules security updates
This commit is contained in:
@@ -20,14 +20,16 @@
|
||||
<?php if ($pane_prefix): ?>
|
||||
<?php print $pane_prefix; ?>
|
||||
<?php endif; ?>
|
||||
<div class="<?php print $classes; ?>" <?php print $id; ?>>
|
||||
<div class="<?php print $classes; ?>" <?php print $id; ?> <?php print $attributes; ?>>
|
||||
<?php if ($admin_links): ?>
|
||||
<?php print $admin_links; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php print render($title_prefix); ?>
|
||||
<?php if ($title): ?>
|
||||
<h2<?php print $title_attributes; ?>><?php print $title; ?></h2>
|
||||
<<?php print $title_heading; ?><?php print $title_attributes; ?>>
|
||||
<?php print $title; ?>
|
||||
</<?php print $title_heading; ?>>
|
||||
<?php endif; ?>
|
||||
<?php print render($title_suffix); ?>
|
||||
|
||||
|
Reference in New Issue
Block a user