Update of /cvsroot/popfile/engine/UI
In directory sc8-pr-cvs1:/tmp/cvs-serv26720/UI
Modified Files:
HTML.pm
Log Message:
Added a permanent to zonk3r's excellent POPFile FAQ at the bottom of the home page
Index: HTML.pm
===================================================================
RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** HTML.pm 25 Feb 2003 01:23:39 -0000 1.87
--- HTML.pm 25 Feb 2003 03:05:59 -0000 1.88
***************
*** 622,625 ****
--- 622,626 ----
$result .= "$self->{language}{Footer_Manual}</a> - \n";
+ $result .= "<a class=\"bottomLink\" href=\"http://sourceforge.net/docman/display_doc.php?docid=14421&group_id=63137\">FAQ</a> - \n";
$result .= "<a class=\"bottomLink\" href=\"http://popfile.sourceforge.net/\">$self->{language}{Footer_HomePage}</a> - \n";
$result .= "<a class=\"bottomLink\" href=\"http://sourceforge.net/forum/forum.php?forum_id=213876\">$self->{language}{Footer_FeedMe}</a> - \n";
|