includes/wikiengine/Render/Plain/Anchor.php
changeset 1027 98c052fc3337
parent 1026 f0431eb8161e
child 1028 dde4416dea00
--- a/includes/wikiengine/Render/Plain/Anchor.php	Sun Jun 21 00:16:21 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?php
-
-/**
-* 
-* This class renders an anchor target name in XHTML.
-*
-* @author Manuel Holtgrewe <purestorm at ggnore dot net>
-*
-* @author Paul M. Jones <pmjones at ciaweb dot net>
-*
-* @package Text_Wiki
-*
-*/
-
-class Text_Wiki_Render_Plain_Anchor extends Text_Wiki_Render {
-    
-    function token($options)
-    {
-        return $options['name'];
-    }
-}
-
-?>