removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / linking / selfbacklinks.php
diff --git a/mods/wiki/plugins/linking/selfbacklinks.php b/mods/wiki/plugins/linking/selfbacklinks.php
deleted file mode 100644 (file)
index 4ba8b06..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-/*
-   Any occourence of the current page name will point to the links/
-   page (BackLinks) for itself.   
-*/
-
-$ewiki_plugins["format_prepare_linking"][] = "ewiki_self_backlink";
-
-function ewiki_self_backlink(&$src) {
-   global $ewiki_links, $ewiki_id;
-   $ewiki_links[$ewiki_id] = ewiki_script("links", $ewiki_id);
-}
-
-?>
\ No newline at end of file