Hi,

nice theme! I'd like to add the year to the graphical element that shows the date in teaser-display. Any clue on how to do this?

Thanx,
Cas

Comments

themebrain’s picture

Status: Active » Fixed

You can override node.tpl.php and edit these lines by what you prefer

      <?php
        print t('Submitted by !username on !datetime', array(
          '!username' => $name,
          '!datetime' => '<span class="time pubdate" title="' . $datetime . '">' . $date . '</span>',
        ));
      ?>

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.