removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / appearance / listpages_br.php
diff --git a/mods/wiki/plugins/appearance/listpages_br.php b/mods/wiki/plugins/appearance/listpages_br.php
deleted file mode 100644 (file)
index 138c239..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
- # this plugin prints out <br /> - separated lists
- # Carsten Senf <ewiki@csenf.de>
-
-
- $ewiki_plugins["list_pages"][] = "ewiki_list_pages_fancy3";
-
-
- function ewiki_list_pages_fancy3($lines) {
-
-    return join("<br />", $lines);
- }
-
-
-?>
\ No newline at end of file