This commit is contained in:
Ashley Graves 2023-09-02 23:12:35 +02:00
parent 2aef055057
commit 89d4e12596
Signed by: root
GPG key ID: 83A53A8C412E93F5
4 changed files with 8 additions and 9 deletions

5
footer.php Normal file
View file

@ -0,0 +1,5 @@
<div class="section footer">
Copyleft <span class="copyleft">&copy;</span> Yuki <?=date("Y")?>
<br>
<a href="https://git.lgbt/root/site">View Source</a>
</div>

View file

@ -96,9 +96,7 @@ foreach ($posts as $idx => $post) {
<?php } ?>
</div>
*/ ?>
<div class="section footer">
Copyleft <span class="copyleft">&copy;</span> Yuki <?= date("Y") . PHP_EOL ?>
</div>
<?php include("footer.php"); ?>
</div>
</body>

View file

@ -22,9 +22,7 @@
<?php } ?>
</ul>
</div>
<div class="section footer">
Copyleft <span class="copyleft">&copy;</span> Yuki <?= date("Y") . PHP_EOL ?>
</div>
<?php include("footer.php"); ?>
</div>
</body>

View file

@ -75,9 +75,7 @@ $tbl = array(
</ul>
</div>
<?php } ?>
<div class="section footer">
Copyleft <span class="copyleft">&copy;</span> Yuki <?=date("Y")?>
</div>
<?php include("footer.php"); ?>
</div>
<script defer src="js/script.js"></script>
</body>