[geeklog-cvs] geeklog: My test file

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 18 16:49:29 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/c5560b4eef68
changeset: 6695:c5560b4eef68
user:      blaine
date:      Sun Jan 18 16:48:19 2009 -0500
description:
My test file
- Blaine

diffstat:

1 file changed, 12 insertions(+)
public_html/blaine.php |   12 ++++++++++++

diffs (17 lines):

diff -r 3ca4ab4f13f3 -r c5560b4eef68 public_html/blaine.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/public_html/blaine.php	Sun Jan 18 16:48:19 2009 -0500
@@ -0,0 +1,12 @@
+<?php
+include ('lib-common.php');
+
+echo COM_siteHeader();
+echo COM_startBlock();
+
+echo '<blockquote>This is a test file - ignore</blockquote>';
+
+echo COM_endBlock();
+echo COM_siteFooter();
+
+?>
\ No newline at end of file



More information about the geeklog-cvs mailing list