There are probably more but for example for the 'Tags' string a suggested change in sites/all/themes/marinelli/node.tpl.php is:

if ($terms) {

print t('Tags'); print $terms

}

BTW: love the theme!

Comments

mdonkers’s picture

Sorry, posted it without code-tag, I meant:

<?php if ($terms) { ?><div class="taxonomy"><span><?php print t('Tags'); ?></span> <?php print $terms?></div><?php } ?>

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.