removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / meta / f_title.php
diff --git a/mods/wiki/plugins/meta/f_title.php b/mods/wiki/plugins/meta/f_title.php
deleted file mode 100644 (file)
index b70e502..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/*
-   Evaluates the "title: " given in the {meta}{meta} field and uses
-   this for the current page.
-*/
-
-$ewiki_plugins["handler"][] = "ewiki_meta_f_title";
-function ewiki_meta_f_title($id, &$data, $action) {
-   global $ewiki_title;
-   if ($t = @$data["meta"]["meta"]["title"]) {
-      $ewiki_title = htmlentities($t);
-   }
-}
-
-?>
\ No newline at end of file