diff options
author | Nick White <git@njw.me.uk> | 2009-09-10 21:45:22 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-09-10 21:45:22 +0100 |
commit | dce744156d5f8786962189cc96462c7a704d84c0 (patch) | |
tree | e883fae14e7b2fd3378af17bbd0d1ebc72b59d12 /text | |
parent | 7d617fbd3b11f20c7f3f0efa7e76b19da87ffb16 (diff) | |
download | njw-website-source-dce744156d5f8786962189cc96462c7a704d84c0.tar.bz2 njw-website-source-dce744156d5f8786962189cc96462c7a704d84c0.zip |
Removed outdated example instructions
Diffstat (limited to 'text')
-rw-r--r-- | text/example.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/text/example.php b/text/example.php index 691f829..2a0a6ec 100644 --- a/text/example.php +++ b/text/example.php @@ -19,8 +19,6 @@ $title = 'An example page'; -$body = '<p>This is an example page.</p> - -<p>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.</p>'; +$body = '<p>This is an example page.</p>'; ?> |