~newz/ubuntu-website/ubuntu07

« back to all changes in this revision

Viewing changes to node.tpl.php

  • Committer: Matthew Nuzum
  • Date: 2007-03-15 14:02:53 UTC
  • Revision ID: matthew.nuzum@canonical.com-20070315140253-80dc50c541b68944
removing link to author's blog

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    <span class="submitted"><?php print $submitted?></span>
7
7
    <span class="taxonomy"><?php print $terms?></span>
8
8
    <div class="content"><?php print $content?></div>
9
 
    <?php if ($links) { list($firstlink) = explode('|', $links)?><div class="links">&raquo; <?php print $firstlink?></div><?php }; ?>
 
9
    <?php if ((!$links && strstr($links, 'blog'))) { ?><div class="links">&raquo; <?php print $links; ?></div><?php }; ?>
10
10
  </div>