From 06b74b71392177d2d931cdbff67711c1c2b0798b Mon Sep 17 00:00:00 2001 From: Michael Erdely Date: Tue, 31 Dec 2024 12:20:27 -0500 Subject: [PATCH] add public navbar --- src/templates/public_navbar.tpl | 66 +++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/templates/public_navbar.tpl diff --git a/src/templates/public_navbar.tpl b/src/templates/public_navbar.tpl new file mode 100644 index 0000000..030cb99 --- /dev/null +++ b/src/templates/public_navbar.tpl @@ -0,0 +1,66 @@ +{* +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*} +{* +Inspired from https://getbootstrap.com/docs/4.0/components/navbar/#supported-content +*} + +