| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-04 21:57:24 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-04 21:57:24 +0200 | 
| commit | 06a6576384501503210a6e9d4f3445f0a8aff94b (patch) | |
| tree | 6488475950b68a59eaa486efc40b3f41893cdf53 | |
| parent | 39c267a7a2f0c66c951b6ef24fbc3738f8cfa7e1 (diff) | |
Removes PH links.
| -rw-r--r-- | src/login/src/View/Header.elm.m4 | 8 | ||||
| -rw-r--r-- | www/about.html.m4 | 6 | ||||
| -rw-r--r-- | www/index.html.m4 | 2 | 
3 files changed, 5 insertions, 11 deletions
| diff --git a/src/login/src/View/Header.elm.m4 b/src/login/src/View/Header.elm.m4 index c14e1d5..df080ed 100644 --- a/src/login/src/View/Header.elm.m4 +++ b/src/login/src/View/Header.elm.m4 @@ -32,12 +32,10 @@ navigation_html =     (Html.nav        []        [ -         (link_html "/login/" "Play" False), +         (link_html "/about.html" "About" True), +         (link_html "/login/" "Play" True),           (link_html "/news/" "News" False), -         (link_html "/community/" "Community" False), -         (link_html "/about/" "About" False), -         (link_html "/battle/?id=0" "[D] Battle" True), -         (link_html "/map-editor/?id=0" "[D] Map Editor" True) +         (link_html "/community/" "Community" False)        ]     ) diff --git a/www/about.html.m4 b/www/about.html.m4 index 2a07872..a6a8405 100644 --- a/www/about.html.m4 +++ b/www/about.html.m4 @@ -17,12 +17,10 @@           </div>           <div class="main-server-version">__CONF_VERSION</div>           <nav> -            <a href="/login/"><s>Play</s></a> +            <a href="/about.html">About</a> +            <a href="/login/">Play</a>              <a href="/news/"><s>News</s></a>              <a href="/community/"><s>Community</s></a> -            <a href="/about/"><s>About</s></a> -            <a href="/battle/?id=0">[D] Battle</a> -            <a href="/map-editor/?id=0">[D] Map Editor</a>           </nav>        </header>        <main> diff --git a/www/index.html.m4 b/www/index.html.m4 index beb297b..8d53653 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -19,8 +19,6 @@           <a href="/login/">Play</a>           <a href="/news/"><s>News</s></a>           <a href="/community/"><s>Community</s></a> -         <a href="/battle/?id=0">[D] Battle</a> -         <a href="/map-editor/?id=0">[D] Map Editor</a>        </nav>     </body>  </html> | 


