diff options
Diffstat (limited to 'mod/sitepages/sitepages_functions.php')
-rw-r--r-- | mod/sitepages/sitepages_functions.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/sitepages/sitepages_functions.php b/mod/sitepages/sitepages_functions.php new file mode 100644 index 000000000..561aae97c --- /dev/null +++ b/mod/sitepages/sitepages_functions.php @@ -0,0 +1,8 @@ +<?php
+/**
+ * This will hold the required keyword functions to display frontpage content
+ **/
+
+function parse_frontpage($frontContents){
+ echo htmlspecialchars_decode($frontContents, ENT_NOQUOTES);
+}
\ No newline at end of file |