You are here

12 block.tpl.php默认模板文件

admin 的头像
Submitted by admin on 星期五, 2015-09-18 06:38

作者:老葛,北京亚艾元软件有限责任公司,http://www.yaiyuan.com

<div id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>

 

  <?php print render($title_prefix); ?>

<?php if ($block->subject): ?>

  <h2<?php print $title_attributes; ?>><?php print $block->subject ?></h2>

<?php endif;?>

  <?php print render($title_suffix); ?>

  <div class="content"<?php print $content_attributes; ?>>

    <?php print $content ?>

  </div>

</div>


Drupal版本: