Closed (won't fix)
Project:
Marinelli
Version:
6.x-1.7
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2008 at 10:42 UTC
Updated:
16 Jul 2016 at 23:56 UTC
Jump to comment: Most recent
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
Comment #1
mdonkers commentedSorry, posted it without code-tag, I meant:
<?php if ($terms) { ?><div class="taxonomy"><span><?php print t('Tags'); ?></span> <?php print $terms?></div><?php } ?>Comment #2
oadaeh commentedThis 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.