Fossil SCM
Minor skin-related fixes (merged to trunk with the go from stephan).
Commit
4dbd4e33c457611812dca6f3bd89fc3639ad27916242c439680125138f8d897a
Parent
9e4083401606246…
2 files changed
+1
-1
+1
+1
-1
| --- skins/default/header.txt | ||
| +++ skins/default/header.txt | ||
| @@ -17,11 +17,11 @@ | ||
| 17 | 17 | html "<a href='$home$url' class='active $cls'>$name</a>\n" |
| 18 | 18 | } else { |
| 19 | 19 | html "<a href='$home$url' class='$cls'>$name</a>\n" |
| 20 | 20 | } |
| 21 | 21 | } |
| 22 | -html "<a id='hbbtn' href='/sitemap'>☰</a>" | |
| 22 | +html "<a id='hbbtn' href='$home/sitemap'>☰</a>" | |
| 23 | 23 | menulink $index_page Home {} |
| 24 | 24 | if {[anycap jor]} { |
| 25 | 25 | menulink /timeline Timeline {} |
| 26 | 26 | } |
| 27 | 27 | if {[hascap oh]} { |
| 28 | 28 |
| --- skins/default/header.txt | |
| +++ skins/default/header.txt | |
| @@ -17,11 +17,11 @@ | |
| 17 | html "<a href='$home$url' class='active $cls'>$name</a>\n" |
| 18 | } else { |
| 19 | html "<a href='$home$url' class='$cls'>$name</a>\n" |
| 20 | } |
| 21 | } |
| 22 | html "<a id='hbbtn' href='/sitemap'>☰</a>" |
| 23 | menulink $index_page Home {} |
| 24 | if {[anycap jor]} { |
| 25 | menulink /timeline Timeline {} |
| 26 | } |
| 27 | if {[hascap oh]} { |
| 28 |
| --- skins/default/header.txt | |
| +++ skins/default/header.txt | |
| @@ -17,11 +17,11 @@ | |
| 17 | html "<a href='$home$url' class='active $cls'>$name</a>\n" |
| 18 | } else { |
| 19 | html "<a href='$home$url' class='$cls'>$name</a>\n" |
| 20 | } |
| 21 | } |
| 22 | html "<a id='hbbtn' href='$home/sitemap'>☰</a>" |
| 23 | menulink $index_page Home {} |
| 24 | if {[anycap jor]} { |
| 25 | menulink /timeline Timeline {} |
| 26 | } |
| 27 | if {[hascap oh]} { |
| 28 |
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -102,10 +102,11 @@ | ||
| 102 | 102 | { "timeline-dwelltime", CONFIGSET_SKIN }, |
| 103 | 103 | { "timeline-closetime", CONFIGSET_SKIN }, |
| 104 | 104 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 105 | 105 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 106 | 106 | { "timeline-truncate-at-blank", CONFIGSET_SKIN }, |
| 107 | + { "timeline-tslink-info", CONFIGSET_SKIN }, | |
| 107 | 108 | { "timeline-utc", CONFIGSET_SKIN }, |
| 108 | 109 | { "adunit", CONFIGSET_SKIN }, |
| 109 | 110 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 110 | 111 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 111 | 112 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 112 | 113 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -102,10 +102,11 @@ | |
| 102 | { "timeline-dwelltime", CONFIGSET_SKIN }, |
| 103 | { "timeline-closetime", CONFIGSET_SKIN }, |
| 104 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 105 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 106 | { "timeline-truncate-at-blank", CONFIGSET_SKIN }, |
| 107 | { "timeline-utc", CONFIGSET_SKIN }, |
| 108 | { "adunit", CONFIGSET_SKIN }, |
| 109 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 110 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 111 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 112 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -102,10 +102,11 @@ | |
| 102 | { "timeline-dwelltime", CONFIGSET_SKIN }, |
| 103 | { "timeline-closetime", CONFIGSET_SKIN }, |
| 104 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 105 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 106 | { "timeline-truncate-at-blank", CONFIGSET_SKIN }, |
| 107 | { "timeline-tslink-info", CONFIGSET_SKIN }, |
| 108 | { "timeline-utc", CONFIGSET_SKIN }, |
| 109 | { "adunit", CONFIGSET_SKIN }, |
| 110 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| 111 | { "adunit-omit-if-user", CONFIGSET_SKIN }, |
| 112 | { "sitemap-docidx", CONFIGSET_SKIN }, |
| 113 |