Projet

Général

Profil

Révision 13c3c9b4

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/advanced_forum/styles/naked/advanced-forum.naked.submitted.tpl.php
24 24
    <?php if (isset($date_posted)): ?>
25 25
      <?php print t(
26 26
        '!title<br />by !author<br />@date_posted', array(
27
        '!title' => $topic_link,
28
        '@date_posted' => $date_posted,
29
        '!author' => $author,
30
      )); ?>
27
          '!title' => $topic_link,
28
          '@date_posted' => $date_posted,
29
          '!author' => $author,
30
        )); ?>
31 31
    <?php else: ?>
32 32
     <?php print t(
33 33
        '!title<br />by !author<br />@time ago', array(
34
        '!title' => $topic_link,
35
        '@time' => $time,
36
        '!author' => $author,
37
      )); ?>
34
          '!title' => $topic_link,
35
          '@time' => $time,
36
          '!author' => $author,
37
        )); ?>
38 38
    <?php endif; ?>
39 39
  <?php else: ?>
40 40
    <?php if (isset($date_posted)): ?>
41 41
      <?php print t(
42 42
        'by !author<br />@date_posted', array(
43
        '@date_posted' => $date_posted,
44
        '!author' => $author,
45
      )); ?>
43
          '@date_posted' => $date_posted,
44
          '!author' => $author,
45
        )); ?>
46 46
    <?php else: ?>
47 47
     <?php print t(
48 48
        'by !author<br />@time ago', array(
49
        '@time' => $time,
50
        '!author' => $author,
51
      )); ?>
49
          '@time' => $time,
50
          '!author' => $author,
51
        )); ?>
52 52
    <?php endif; ?>
53 53
  <?php endif; ?>
54 54
<?php else: ?>

Formats disponibles : Unified diff