Projet

Général

Profil

Révision bfb52287

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/tao/templates/object.tpl.php
1 1
<?php if (!empty($pre_object)) print render($pre_object) ?>
2 2

  
3
<div class='<?php print $classes ?> clearfix' <?php print ($attributes) ?>>
3
<div<?php print $attributes ?>>
4 4
  <?php if (!empty($title_prefix)) print render($title_prefix); ?>
5 5

  
6 6
  <?php if (!empty($title)): ?>
7 7
    <h2 <?php if (!empty($title_attributes)) print $title_attributes ?>>
8
      <?php if (!empty($new)): ?><span class='new'><?php print $new ?></span><?php endif; ?>
8
      <?php if (!empty($new)): ?><span class="new"><?php print $new ?></span><?php endif; ?>
9 9
      <?php print $title ?>
10 10
    </h2>
11 11
  <?php endif; ?>
......
13 13
  <?php if (!empty($title_suffix)) print render($title_suffix); ?>
14 14

  
15 15
  <?php if (!empty($submitted)): ?>
16
    <div class='<?php print $hook ?>-submitted clearfix'><?php print $submitted ?></div>
16
    <div class="<?php print $hook ?>-submitted clearfix"><?php print $submitted ?></div>
17 17
  <?php endif; ?>
18 18

  
19 19
  <?php if (!empty($content)): ?>
20
    <div <?php print $content_attributes; ?>><?php print render($content) ?></div>
20
    <div<?php print $content_attributes; ?>><?php print render($content) ?></div>
21 21
  <?php endif; ?>
22 22

  
23 23
  <?php if (!empty($links)): ?>
24
    <div class='<?php print $hook ?>-links clearfix'><?php print render($links) ?></div>
24
    <div class="<?php print $hook ?>-links clearfix"><?php print render($links) ?></div>
25 25
  <?php endif; ?>
26 26
</div>
27 27

  

Formats disponibles : Unified diff