d2tools/src/footer.php

26 lines
1.2 KiB
PHP
Raw Normal View History

2021-03-25 09:03:08 +00:00
<div class="container">
2021-03-31 14:52:20 +00:00
<div class=" row" style="background: none;">
<div class="offset-9 col-3" style="background: none;">
<a style="font-weight: bold;" class="btn btn-info" href="/src/D2Config.php">Setup New Mod</a>
<a style="font-weight: bold;" class="btn btn-warning" href="/switchMods.php">Switch Mods</a>
2021-03-31 14:52:20 +00:00
<br><hr>
<div class="custom-control custom-radio custom-control-inline">
<input name="theme" id="theme_0" type="radio" class="custom-control-input" value="0">
<label for="theme_0" class="custom-control-label">Light</label>
</div>
<div class="custom-control custom-radio custom-control-inline">
<input name="theme" id="theme_1" type="radio" class="custom-control-input" value="1">
<label for="theme_1" class="custom-control-label">Dark</label>
</div>
<input type="hidden" name="modname" value="<?php echo $_SESSION['modname'] ?>">
</div>
<span id="themeHelpBlock" class="form-text text-muted">Theme</span>
2021-03-25 09:03:08 +00:00
</div>
</div>
2021-03-23 08:13:54 +00:00
<footer>
<!-- <h1 id="credits-">Credits:</h1>
<p><a target="_blank" href="https://d2mods.info">Thanks Phrozen Keep! My favorite mod community since 2002!</a></p>-->
<p style="text-align: center">Copyright HashCasper 2021 - All Rights Reserved</p>
2021-03-23 08:13:54 +00:00
</footer>