- Issue created by @numerabilis
- ๐บ๐ธUnited States mmarler
Thanks for reporting this @numerabilis.
The last updated date should be add to the
$submitted
variable that is printed in thenode.tpl.php
template:<?php if ($display_submitted) { ?> <div class="submitted"> <?php print $submitted; ?> </div> <?php } ?>
In Drupal 7 you need to enable this setting on each content type. Is it possible your content type doesn't have this enabled?