diff --git a/inc/mod.php b/inc/mod.php
new file mode 100644
index 00000000..00f94544
--- /dev/null
+++ b/inc/mod.php
@@ -0,0 +1,25 @@
+ element with a list of linked
+ // boards and their subtitles.
+ function ulBoards() {
+ $body = '
';
+
+ // List of boards
+ $boards = listBoards();
+
+ foreach($boards as &$b) {
+ $body .= '