Hi,
Previously in my node-flexinode-7.tpl.php I had this code:
if ($submitted):
print $submitted
print $terms
endif;
And it worked fine.
Now, I have the same code in my node-content-article.tpl.php and it does not work anymore. Why? It shouldn't be a cck issue isn't it? So I don't understand why now it prints nothing...
Thanks
Comments
Comment #1
Julien PHAM commentedAfter some testing it seems the $submitted var is empty in cck... but not when we use classic node types or flexinodes...
Comment #2
Julien PHAM commentedMy mistake, I just forgot to ask drupal to print submitted for this kind of node in the drupal settings for my theme...
Sorry...