On Thursday 09 August 2007 17:14:53 Gabor Hojtsy wrote:
What files are these defined in? I guess in some theme.
Gabor
You 're right! I'm using the Aberdeen theme, where node.tpl.php contains the following lines:
<?php if ($submitted): ?> <span class="submitted"><?php print t('Posted ') . format_date($node->created, 'custom', "F jS, Y") . t(' by ') . th eme('username', $node); ?></span> <?php endif; ?>
<?php if (count($taxonomy)): ?> <div class="taxonomy"><?php print t(' in ') . $terms ?></div> <?php endif; ?>
Thanks for the tip. Next time, I'll look into the theme first.