Differences From:
File
src/style.c
part of check-in
[aa519dbd99]
- The Login/Logout text was reversed. Fix it.
by
drh on
2008-02-25 14:05:17.
Also file
src/style.c
part of check-in
[91fd4205ea]
- Merged with aa519dbd99.
by
aku on
2008-02-26 04:55:14.
[view]
To:
File
src/style.c
part of check-in
[f08599e87b]
- Fix a privilege problem in the default page header.
by
drh on
2008-03-03 16:50:12.
Also file
src/style.c
part of check-in
[f4aa6d09d3]
- Merge to f08599e87b.
by
aku on
2008-03-05 03:44:12.
[view]
@@ -160,9 +160,9 @@
@ html "<a href='$baseurl/home'>Home</a>"
@ if {[hascap h]} {
@ html "<a href='$baseurl/dir'>Files</a>"
@ }
-@ if {[hascap i]} {
+@ if {[hascap o]} {
@ html "<a href='$baseurl/leaves'>Leaves</a>"
@ html "<a href='$baseurl/timeline'>Timeline</a>"
@ html "<a href='$baseurl/tagview'>Tags</a>"
@ }