override footer
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 5 Jan 2022 15:18:44 +0000 (10:18 -0500)
committerroot <root@login1p.fsf.org>
Wed, 5 Jan 2022 15:18:44 +0000 (10:18 -0500)
themes/fsftheme/default/includes/footer.php [new file with mode: 0644]

diff --git a/themes/fsftheme/default/includes/footer.php b/themes/fsftheme/default/includes/footer.php
new file mode 100644 (file)
index 0000000..25fd67e
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+if (!empty($this->data['htmlinject']['htmlContentPost'])) {
+    foreach ($this->data['htmlinject']['htmlContentPost'] as $c) {
+        echo $c;
+    }
+}
+?>
+            </div><!-- #content -->
+            <div id="footer">
+                <hr />
+                <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />              
+                    Copyright &copy; 2007-2021 UNINETT AS
+
+                <br style="clear: right" />
+
+            </div><!-- #footer -->
+        </div><!-- #wrap -->
+    </body>
+</html>