ソースを参照

Insert shared footer

DricomDragon 5 年 前
コミット
15ebd3feeb
1 ファイル変更3 行追加5 行削除
  1. 3 5
      web/public/credit.php

+ 3 - 5
web/public/credit.php

@@ -51,11 +51,9 @@
     </main>
 
     <!-- Footer -->
-    <footer class="footer bg-dark mt-5">
-        <div class="container">
-            <span class="text-muted">Temporary footer</span>
-        </div>
-    </footer>
+    <?php
+        include("../include/footer.php");
+    ?>
 
     <!-- Scripts -->
     <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"