Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv15911
Modified Files:
jBlog_functions.inc.php
Log Message:
make use of an "extended" <a> introduced by the previous commit. this way
when you click "view extended entry" you jump straight to the text.
Index: jBlog_functions.inc.php
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_functions.inc.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- jBlog_functions.inc.php 10 Mar 2003 03:47:27 -0000 1.40
+++ jBlog_functions.inc.php 10 Mar 2003 03:54:47 -0000 1.41
@@ -271,7 +271,7 @@
. $jBlog['jBlogHTTPPath']
. "archives/e_"
. $entry['id']
- . ".html\">View Extended Entry</a></div><br>";
+ . ".html#extended\">View Extended Entry</a></div><br>";
}
echo "<div class='jBlog_time'><br><a href=\""
|