|
Revision 601, 1.1 kB
(checked in by Tatzelwurm, 5 years ago)
|
|
install.sql fixed
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | {include file="documentHeader"} |
|---|
| 3 | <head> |
|---|
| 4 | <title>{lang}wcf.gamemenue.title{/lang} - {PAGE_TITLE}</title> |
|---|
| 5 | {include file='headInclude' sandbox=false} |
|---|
| 6 | |
|---|
| 7 | {capture assign=specialStyles} |
|---|
| 8 | <link rel="stylesheet" type="text/css" media="screen" href="{@RELATIVE_WCF_DIR}style/gameMenue.css" /> |
|---|
| 9 | {/capture} |
|---|
| 10 | <meta name="generator" content="INSIDE GameMenue"> |
|---|
| 11 | </head> |
|---|
| 12 | |
|---|
| 13 | <body> |
|---|
| 14 | {include file='header' sandbox=false} |
|---|
| 15 | <div id="main"> |
|---|
| 16 | <ul class="breadCrumbs"> |
|---|
| 17 | <li><a href="index.php?page=GameMenue{@SID_ARG_2ND}"><img src="{@RELATIVE_WCF_DIR}icon/gamemenueS.png" alt="" /> <span>{lang}wcf.gamemenue.title{/lang}</span></a> »</li> |
|---|
| 18 | </ul> |
|---|
| 19 | <div class="mainHeadline"> |
|---|
| 20 | <img src="{@RELATIVE_WCF_DIR}icon/gamemenueL.png" alt="" /> |
|---|
| 21 | <div class="headlineContainer"> |
|---|
| 22 | <h2>{lang}wcf.gamemenue.title{/lang}</h2> |
|---|
| 23 | <p>{lang}wcf.gamemenue.description{/lang}</p> |
|---|
| 24 | </div> |
|---|
| 25 | </div> |
|---|
| 26 | |
|---|
| 27 | {if $userMessages|isset}{@$userMessages}{/if} |
|---|
| 28 | |
|---|
| 29 | <div class="warning"> |
|---|
| 30 | {lang}wcf.gamemenue.offline{/lang} |
|---|
| 31 | <p>{$offlinemessage}</p> |
|---|
| 32 | </div> |
|---|
| 33 | </div> |
|---|
| 34 | {include file="footer"} |
|---|
| 35 | </body> |
|---|
| 36 | </html> |
|---|