#!/bin/bash # footer.sh if [[ "$mainpage" == "timer" ]]; then echo '
' elif [[ "$mainpage" == "edit" ]]; then echo ' ' echo '
' fi