Adding link in the footer

This commit is contained in:
Bernd 2025-01-07 14:36:09 +05:00
parent 79d7802872
commit 542a83acea

View File

@ -295,7 +295,7 @@ function renderAddMangaForm($yearValue, $seasons) {
</div> </div>
</div> <!-- End of fourth form row --> </div> <!-- End of fourth form row -->
</form> </form>
<div><a href="./php/panel.php">Control panel</a> | <a href="/docs/animu-tree.txt">Downloaded anime</a></div> <div><a href="./php/panel.php">Control panel</a> | <a href="/docs/animu-tree.txt">Downloaded anime</a> | <a href="https://git.bernd32.xyz/bernd32/anime-backlog-list">Source code</a></div>
<?php <?php
} }
@ -370,7 +370,7 @@ function renderAddRecordForm($yearValue, $seasons) {
</div> </div>
</div> <!-- End of fourth form row --> </div> <!-- End of fourth form row -->
</form> </form>
<div><a href="./php/panel.php">Control panel</a> | <a href="/docs/animu-tree.txt">Downloaded anime</a></div> <div><a href="./php/panel.php">Control panel</a> | <a href="/docs/animu-tree.txt">Downloaded anime</a> | <a href="https://git.bernd32.xyz/bernd32/anime-backlog-list">Source code</a></div>
<?php <?php
} }