diff options
author | ivan <ivan> | 2010-12-29 03:45:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-29 03:45:05 +0000 |
commit | 496df2ad310d0cc5f02df61d2b7d545b79f824d8 (patch) | |
tree | 9a86ffeb8e3cc7d1d1dacef6ff642fb9a80fb8c5 /torrus | |
parent | 5c06010256aa88b623aa806b5ecc5d429365db0d (diff) |
torrus skinning improvements, RT#10574
Diffstat (limited to 'torrus')
-rw-r--r-- | torrus/templates/default-dir.html | 1 | ||||
-rw-r--r-- | torrus/templates/expanded-dir.html | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/torrus/templates/default-dir.html b/torrus/templates/default-dir.html index 7df195a43..4b653be17 100644 --- a/torrus/templates/default-dir.html +++ b/torrus/templates/default-dir.html @@ -1,5 +1,4 @@ [% PROCESS 'html-incblocks.txt' %] -[% thepath=path(token) %] [% INCLUDE htmlstart title=xmlnorm(nodeParam(token,'comment')) printpath=1 %] [% INCLUDE legend %] diff --git a/torrus/templates/expanded-dir.html b/torrus/templates/expanded-dir.html index 8fe0675db..38ea6f865 100644 --- a/torrus/templates/expanded-dir.html +++ b/torrus/templates/expanded-dir.html @@ -3,8 +3,6 @@ [% thepath=path(token) %] [% INCLUDE htmlstart title=xmlnorm(nodeParam(token,'comment')) printpath=1 %] -<H1>[% xmlnorm(nodeParam(token,'comment')) %]</H1> - [% INCLUDE variables %] [% INCLUDE legend %] |