Skip to content

Commit

Permalink
Homepage|Master Browser: Updated master server browser; more semantic…
Browse files Browse the repository at this point in the history
… markup, styling
  • Loading branch information
danij-deng committed Jul 13, 2013
1 parent 11acaf5 commit 822df0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/plugins/masterbrowser/masterbrowser.php
Expand Up @@ -309,7 +309,7 @@ public function execute($args=NULL)
$fc->outputHeader($this->title(), 'masterserver');
$fc->beginPage($this->title(), 'masterserver');

?><div id="masterbrowser"><?php
?><div id="contentbox"><div class="masterbrowser block"><?php

// Output a "join us" foreword.
includeHTML('joinus', self::$name);
Expand All @@ -328,6 +328,10 @@ public function execute($args=NULL)
// Output footnotes.
includeHTML('footnotes', self::$name);

?></div><?php

?><div class="block"><section><p>A server admin is not required to publish their server to this central list (located at <em>http://dengine.net/master.php</em>), however it will then only be findable by clients who enter the IP address manually. A server may be published here but remain "closed" (requiring a password to join). Further information about the master server is available <a href="/dew/index.php?title=Master_server" title="Documentation for the master server">here</a>.</p></section></div><?php

?></div><?php

$fc->endPage();
Expand Down

0 comments on commit 822df0b

Please sign in to comment.