mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
Reorganize mod directories and files
This commit is contained in:
parent
44c1b58f69
commit
f166a2df67
@ -53,7 +53,7 @@
|
||||
<div class="row">
|
||||
<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">
|
||||
Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span>
|
||||
<span style="color: #8888FF">[<?php echo $_SESSION['path'] ?>]</span>
|
||||
@ -73,13 +73,13 @@
|
||||
</div>
|
||||
<div class="tab-content" id="TabContent">
|
||||
<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 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 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>
|
||||
|
||||
|
@ -252,7 +252,7 @@
|
||||
|
||||
|
||||
<input type="hidden" name="*eol" value="0">
|
||||
<?php include 'optionSubmit.php'; ?>
|
||||
<?php include '../optionSubmit.php'; ?>
|
||||
|
||||
<!-- distinguish between forms -->
|
||||
<input type="hidden" name="formtype" value="setitems">
|
Loading…
Reference in New Issue
Block a user