removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / action / htm.php
diff --git a/mods/wiki/plugins/action/htm.php b/mods/wiki/plugins/action/htm.php
deleted file mode 100644 (file)
index 1865907..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-/*
-   WikiFeatures:SnippetPublishing, this plugin provides the action "htm"
-   to allow external sites to 'embed' the bare html content of a page
-   using an URL like "http://example.com/ewiki/?id=PageName&action=htm"
-*/
-
-$ewiki_plugins["action"]["htm"] = "ewiki_action_htm";
-function ewiki_action_htm($id, &$data, $action) {
-   die(ewiki_page_view($id, $data, $action, $_full_page=0));
-}
-
-?>
\ No newline at end of file