File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
33 * BNETDocs, the documentation and discussion website for Blizzard protocols
4- * Copyright (C) 2003-2020 "Arta", Don Cullen "Kyro", Carl Bennett, others
4+ * Copyright (C) 2003-2021 "Arta", Don Cullen "Kyro", Carl Bennett, others
55 * This file is part of BNETDocs.
66 *
77 * BNETDocs is free software: you can redistribute it and/or modify
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use \CarlBennett\MVC\Libraries\Common;
99?>
1010 </main>
1111 <footer class="main-page<?php if (isset ($ slim_ui ) && $ slim_ui ) { ?> slim<?php } ?> ">
12- <p><?php if ( VersionInfo::$ version ->bnetdocs ) { ?> <a href="https://github.com/BNETDocs/bnetdocs-web/tree/<?php echo VersionInfo::$ version ->bnetdocs [1 ]; ?> " rel="external" title="Contribute to the BNETDocs source code!">BNETDocs <?php echo VersionInfo::$ version ->bnetdocs [0 ]; ?> </a><?php } else { ?> (Development)<?php } ?> © 2003-2020 BNETDocs | <a href="<?php echo Common::relativeUrlToAbsolute ("/legal " ); ?> " rel="external" title="BNETDocs Legal Policies">Legal page</a></p>
12+ <p><?php if ( VersionInfo::$ version ->bnetdocs ) { ?> <a href="https://github.com/BNETDocs/bnetdocs-web/tree/<?php echo VersionInfo::$ version ->bnetdocs [1 ]; ?> " rel="external" title="Contribute to the BNETDocs source code!">BNETDocs <?php echo VersionInfo::$ version ->bnetdocs [0 ]; ?> </a><?php } else { ?> (Development)<?php } ?> © 2003-2021 BNETDocs | <a href="<?php echo Common::relativeUrlToAbsolute ("/legal " ); ?> " rel="external" title="BNETDocs Legal Policies">Legal page</a></p>
1313 <p style="font-size:smaller;">
1414BNETDocs is a documentation and discussion website for Blizzard Entertainment's
1515Battle.net™ and in-game protocols. You hereby acknowledge that BNETDocs
You can’t perform that action at this time.
0 commit comments