RT# 39340 - Created minimal selfservice that only allows payments to be made, authori...
[freeside.git] / min_selfservice / elements / error.php
diff --git a/min_selfservice/elements/error.php b/min_selfservice/elements/error.php
new file mode 100644 (file)
index 0000000..c8d8a17
--- /dev/null
@@ -0,0 +1,3 @@
+<? if ($error) { ?>
+       <FONT SIZE="+1" COLOR="#ff0000"><? echo htmlspecialchars($error); echo '<BR><BR>'; ?></FONT>
+<? } ?>