Print the title
authorJoey Schulze <joey@infodrom.org>
Mon, 26 Nov 2007 18:46:04 +0000 (18:46 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 26 Nov 2007 18:46:04 +0000 (18:46 +0000)
src/Termine/index.wml

index 8b20713..fd554e2 100644 (file)
@@ -64,9 +64,14 @@ function display_dates()
        printf($layout_head, strftime("%B %Y", $when));
        $cmon = true;
       }
+      if (strlen($match[7]))
+       $title = '<a href="' . $match[7] . '">' . $match[5] . '</a>';
+      else
+       $title = $match[5];
+
       if ($when == $today)
         $color = 'ffff00';
-      printf($layout_row, $color, $match[3], strftime("%A", $when), $match[5], $match[6], $match[4]);
+      printf($layout_row, $color, $match[3], strftime("%A", $when), $title, $match[6], $match[4]);
       $color = $color == 'ffffff'?'d7d7d7':'ffffff';
     }
   }