diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:30:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-08 23:30:34 +0000 |
commit | fae0cff3083f026e9e218994fd9f2deca81432ad (patch) | |
tree | 46bfd67655248b1eaa953e0d95814eaf8cb4d465 /index.shtml | |
parent | ecbf98b4337f1dad2288da82e165b617105eeae5 (diff) |
moved multi-lang header/footer
Diffstat (limited to 'index.shtml')
-rw-r--r-- | index.shtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.shtml b/index.shtml index cb53361..c6e472b 100644 --- a/index.shtml +++ b/index.shtml @@ -1,4 +1,4 @@ -<!--#include virtual="/inc/${LANG}/header.html" --> +<!--#include virtual="/inc/header.html" --> <!--#include virtual="/inc/${LANG}/links.html" --> <!--#include virtual="/inc/${LANG}/navigation.html" --> <div id="content"> @@ -10,4 +10,4 @@ <!--#include virtual="/content/${LANG}/${SITE}.html" --> <!--#endif --> </div> -<!--#include virtual="/inc/${LANG}/footer.shtml" --> +<!--#include virtual="/inc/footer.shtml" --> |