From 823ab006aaa504aaaa9be5e9b5c27cbdf3df28cc Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 23 Aug 2009 02:41:10 +0100 Subject: Initial commit of website code --- text/example.php | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 text/example.php (limited to 'text') diff --git a/text/example.php b/text/example.php new file mode 100644 index 0000000..691f829 --- /dev/null +++ b/text/example.php @@ -0,0 +1,26 @@ +. + */ + +$title = 'An example page'; + +$body = '

This is an example page.

+ +

This body will be loaded when a symbolic link to /index.php is encountered, with the same name as this file (in this case example.php). This works the same with files in subdirectories, so a link to ../index.php in /mysub/index.php will load the body from /text/mysub/index.php.

'; + +?> -- cgit v1.2.3