Reorganize mod directories and files

This commit is contained in:
color.diff=auto 2021-03-28 05:27:11 -06:00
parent 44c1b58f69
commit f166a2df67
5 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,7 @@
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<img src="img/Diablo2.png" style="float:right"><h1 syle="display:inline; font-weight: 900"><?php echo $title . " " . $version; ?><span style="font-family: Lato !important; font-size: 14px;"> <?php echo " By" . $author ?></span></h1> <img src="/img/Diablo2.png" style="float:right"><h1 syle="display:inline; font-weight: 900"><?php echo $title . " " . $version; ?><span style="font-family: Lato !important; font-size: 14px;"> <?php echo " By" . $author ?></span></h1>
<div style="font-family: Lato !important; text-align:right; color: tomato"> <div style="font-family: Lato !important; text-align:right; color: tomato">
Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span> Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span>
<span style="color: #8888FF">[<?php echo $_SESSION['path'] ?>]</span> <span style="color: #8888FF">[<?php echo $_SESSION['path'] ?>]</span>
@ -73,13 +73,13 @@
</div> </div>
<div class="tab-content" id="TabContent"> <div class="tab-content" id="TabContent">
<div class="tab-pane fade show active" id="Unique" role="tabpanel" aria-labelledby="Unique-tab"> <div class="tab-pane fade show active" id="Unique" role="tabpanel" aria-labelledby="Unique-tab">
<?php require_once 'D2UM.php'; ?> <?php require_once 'tabs/UniqueItems.php'; ?>
</div> </div>
<div class="tab-pane fade" id="Set" role="tabpanel" aria-labelledby="Set-tab"> <div class="tab-pane fade" id="Set" role="tabpanel" aria-labelledby="Set-tab">
<?php require_once 'D2SM.php'; ?> <?php require_once 'tabs/SetItems.php'; ?>
</div> </div>
<div class="tab-pane fade" id="Gem" role="tabpanel" aria-labelledby="Gem-tab"> <div class="tab-pane fade" id="Gem" role="tabpanel" aria-labelledby="Gem-tab">
<?php require_once 'D2Gems.php'; ?> <?php require_once 'tabs/Gems.php'; ?>
</div> </div>
</div> </div>

View File

@ -252,7 +252,7 @@
<input type="hidden" name="*eol" value="0"> <input type="hidden" name="*eol" value="0">
<?php include 'optionSubmit.php'; ?> <?php include '../optionSubmit.php'; ?>
<!-- distinguish between forms --> <!-- distinguish between forms -->
<input type="hidden" name="formtype" value="setitems"> <input type="hidden" name="formtype" value="setitems">