Below every story title, is displayed the following code:
Under: '.$terms.'' : ''?>
Please see the attached image.

CommentFileSizeAuthor
title.jpg36.93 KBbzunnssukj

Comments

peterx’s picture

Same at http://d-theme.com/blue_lake.
node.tpl.php:
<?=$terms? '<span class="taxonomy">Under: '.$terms.'</span>' : ''?>
should be:
<?php if($terms) { ?><span class="taxonomy">Under: <?php print $terms; ?></span><?php } ?>

vv7’s picture

thanks for the try to fix, but there's more code missing there; tabs are missing.

see also: http://drupal.org/node/657822

vv7’s picture

Status: Active » Closed (fixed)
peterx’s picture

Version: 6.x-1.1 » 6.x-1.2
Status: Closed (fixed) » Active

#1 still exists in version 1.1. The theme is also missing the view and edit options for content editors.