diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-18 09:51:15 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-18 09:51:15 -0400 |
| commit | 6cb7060a6d492eabd5d70fb2f32d698d78ed94ce (patch) | |
| tree | 73a82b0dd7ba648a9a85aa80f15ca9271e77dd71 /template/directory.st | |
| parent | 30e723826e16be78bcc16db754aaff5c6bb27f4b (diff) | |
Added directory page titles; start of account reset
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/directory.st b/template/directory.st index 85d6a8c..1296edf 100644 --- a/template/directory.st +++ b/template/directory.st @@ -1,7 +1,10 @@ <html> <head> - - <title>dump.fm</title> + $if(cur)$ + <title>dump.fm directory [$cur$]</title> + $else$ + <title>dump.fm directory</title> + $endif$ $head()$ <link rel="stylesheet" type="text/css" href="/static/directory.css"> <script> |
