Adding language settings to config.php so that people can control the language output...
[viewsvn.git] / templates / index.tpl
1 $doctype
2 <html lang="$language[code]" xml:lang="$language[code]">
3 <head>
4 $headinclude
5 <title>{@"ViewSVN - Repositories"}</title>
6 </head>
7
8 $header
9
10 <div style="width: 500px">
11 <div class="head">{@"Repositories"}</div>
12 <div class="content">
13 <ul class="reposlist">
14 $nodes
15 </ul>
16 </div>
17 </div>
18
19 $footer