additional symlink cleanup
[aymargeddon/current.git] / html / index.epl
1 <html>
2 <head>
3   <title>Aymargeddon</title>
4 </head>
5 <body>
6 [-
7
8  use FROGS::Config;
9
10   $udat{-current} = 'index.epl';
11   Execute("menu.epl");
12
13  $udat{-lang} = $::conf->{-DEFAULT_LANGUAGE} unless exists $udat{-lang};
14
15  if($udat{-lang} eq 'EN'){
16    Execute("welcome_english.html");
17  }elsif($udat{-lang} eq 'DE'){
18    Execute("welcome_german.html");
19  }else{
20    Execute("welcome_english.html");
21  }
22 -]
23
24 </body>
25 </html>
26