Browse code

Progress

Benjamin Roth authored on21/02/2023 19:42:19
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+<h3><?php echo $this->headline; ?></h3>
2
+<div class="message boxed">
3
+<p><?php echo $this->message; ?></p>
4
+</div>
5
+
6
+<?php echo $this->options; ?>