]> git.bochard.net Git - mysite.git/commitdiff
add footer to every main pages
authorbochard <mail@bochard.net>
Thu, 24 Jul 2025 03:47:48 +0000 (11:47 +0800)
committerbochard <mail@bochard.net>
Thu, 24 Jul 2025 03:47:48 +0000 (11:47 +0800)
about-me.php
files/index.php
how-to/index.php
journal/index.php
photo-album/index.php

index dc0e0a46085de7caff1d0fb823cd44d9297d1b1e..b351c6f05020c46e4307a70cc4735b2dc19494b9 100644 (file)
@@ -12,6 +12,8 @@
       <!-- ...and this is for the content -->
       <td id="body">
         <?php include_once("$parts/underconstruction.php");?>
+        
+        <?php include_once("$parts/footer.php");?>
       </td>
     </tr>
   </table>
index 60563a363ca92f32ca0a389d34e0ce216983f677..3c6c1b2e76b57e743c2baedebe622b2e4539bb36 100644 (file)
@@ -12,6 +12,8 @@
       <!-- ...and this is for the content -->
       <td id="body">
         <?php include_once("$parts/underconstruction.php");?>
+        
+        <?php include_once("$parts/footer.php");?>
       </td>
     </tr>
   </table>
index ce627dd6497b918f84b4c1aad6b2bca7aaf562a2..55684280c4f0b7cf01ec42151c5f8af64c906d65 100644 (file)
@@ -12,6 +12,8 @@
       <!-- ...and this is for the content -->
       <td id="body">
         <?php include_once("$parts/underconstruction.php");?>
+        
+        <?php include_once("$parts/footer.php");?>
       </td>
     </tr>
   </table>
index f86df97eaef383cebe4c28cefa97657c0361e8e9..e9cae980af8d5f8ef805a6254a2409e76525d6a5 100644 (file)
@@ -12,6 +12,8 @@
       <!-- ...and this is for the content -->
       <td id="body">
         <?php include_once("$parts/underconstruction.php");?>
+        
+        <?php include_once("$parts/footer.php");?>
       </td>
     </tr>
   </table>
index 9fe85e22f07060a2b17c92d6a6e7b45579899c24..29214b6971e1ac0ac908a01831a34ee5f024e8af 100644 (file)
@@ -12,6 +12,8 @@
       <!-- ...and this is for the content -->
       <td id="body">
         <?php include_once("$parts/underconstruction.php");?>
+        
+        <?php include_once("$parts/footer.php");?>
       </td>
     </tr>
   </table>