aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-11-15 22:20:35 +0000
committerFrankie B <floppydisk05@aol.com>2022-11-15 22:20:35 +0000
commit41efcbfbe5be1aafea665332f55cce74b27d6a3d (patch)
tree948cd688a7530d45c00d7c79f79e50e22027d5f6 /inc
parentd750dcc4d266ed5576599fcca4c9a996efc83ec4 (diff)
Move header and footer to .inc.php
Diffstat (limited to 'inc')
-rw-r--r--inc/footer.inc.php (renamed from inc/footer.php)2
-rw-r--r--inc/header.inc.php (renamed from inc/head.html)0
-rw-r--r--inc/nav.inc.php (renamed from inc/nav.php)5
3 files changed, 1 insertions, 6 deletions
diff --git a/inc/footer.php b/inc/footer.inc.php
index 13644a5..adc7fc4 100644
--- a/inc/footer.php
+++ b/inc/footer.inc.php
@@ -1,5 +1,5 @@
<hr>
<div style="text-align: center;">
- <img src="/res/img/buttons/browser.gif">&nbsp;<a href="https://www.linux.org/"><img src="/res/img/buttons/linuxnow.gif"></a>&nbsp;<a href="https://www.vim.org/"><img src="/res/img/buttons/vim.gif"></a>&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="/res/img/buttons/vcss-blue" alt="Valid CSS!"></a>&nbsp;<a href=""><img style="border:0;width:88px;height:31px" src="/res/img/buttons/valid-html401-blue.png" alt="Valid HTML 4.01!"></a><br>
+ <img src="/res/img/buttons/browser.gif">&nbsp;<a href="https://www.linux.org/"><img src="/res/img/buttons/linuxnow.gif"></a>&nbsp;<a href="https://www.vim.org/"><img src="/res/img/buttons/vim.gif"></a>&nbsp;<a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:88px;height:31px" src="/res/img/buttons/vcss-blue.gif" alt="Valid CSS!"></a>&nbsp;<a href=""><img style="border:0;width:88px;height:31px" src="/res/img/buttons/valid-html401-blue.png" alt="Valid HTML 4.01!"></a><br>
Last Modified <span class="date"><?=date('Y-m-d H:i:s', filemtime($file) + 3600);?> GMT</span>
</div>
diff --git a/inc/head.html b/inc/header.inc.php
index 93953e9..93953e9 100644
--- a/inc/head.html
+++ b/inc/header.inc.php
diff --git a/inc/nav.php b/inc/nav.inc.php
index d0cc29c..7fa3348 100644
--- a/inc/nav.php
+++ b/inc/nav.inc.php
@@ -2,11 +2,6 @@
<div class="header">
<nav>
<div>
- <!--<a href="/me/">about</a> |
- <a href="/projects/">projects</a> |
- <a href="/pics/">pics</a> |-->
- <!--<a href="/dog/">dog</a> |-->
- <!--<a href="/pics/">pictures</a> |-->
<a href="/projects/">projects</a> |
<a href="https://github.com/floppydisk05?tab=repositories">repos</a> |
<a href="/calculators/">calculators</a> |