aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2006-01-06 18:52:00 +0000
committerWojciech Polak <polak@gnu.org>2006-01-06 18:52:00 +0000
commit44c5fc1252c3d3a671be89582472908d6f46f176 (patch)
tree7ad7d2f36dceeb7cff09081928639ddc6c90dd17
parent945e97a7bf01eed5922b2d2c866eb3f362137e1e (diff)
downloadblogright-44c5fc1252c3d3a671be89582472908d6f46f176.tar.gz
blogright-44c5fc1252c3d3a671be89582472908d6f46f176.tar.bz2
version 2.0.1
-rw-r--r--blog.php12
1 files changed, 5 insertions, 7 deletions
diff --git a/blog.php b/blog.php
index 2511422..be52bce 100644
--- a/blog.php
+++ b/blog.php
@@ -1,7 +1,7 @@
<?php
-// blogRight! version 2.0 (2005-11-02)
-// Copyright (C) 2004, 2005 Wojciech Polak.
+// blogRight! version 2.0.1 (2006-01-05)
+// Copyright (C) 2004, 2005, 2006 Wojciech Polak.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -489,11 +489,9 @@ function include_file ($file)
$fd = file ($file);
if ($fd)
{
- echo '<div class="entryTitle">'.$entryDate;
-
- if (!isset ($search_d))
- echo ' (<a href="?q='.$permaLink.'">permalink</a>)';
-
+ echo '<div class="entryTitle">';
+ echo '<a href="?q='.$permaLink
+ .'" rel="bookmark" title="permalink">'.$entryDate.'</a>';
echo '</div>'."\n";
echo '<div class="entryBody">'."\n";

Return to:

Send suggestions and report system problems to the System administrator.