:::
3-3-5 修改頁尾
- 頁尾部份其實只要字改一改就好,沒什麼特別需要處理的
- 此外,我們判斷一下,是否有傳入
$my_js,若有才執行引入。 - 修改
templates/footer.tpl<footer class="bg-light mt-4 py-3"> <div class="container text-center"> <p>系統設計:Tad (tad@tn.edu.tw),電話:(06) 2130669#233 (服務時間 8:00~12:00 13:30~17:00)</p> <p>Copyright © 2024 臺南市龍崎國民小學 All Rights Reserved.</p> </div> </footer> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> {if $my_js} <script src="{$my_js}"></script> {/if}
3-3-4 微調一下側邊欄