diff --git a/formats/iframecode.php b/formats/iframecode.php new file mode 100644 index 0000000..b93e609 --- /dev/null +++ b/formats/iframecode.php @@ -0,0 +1,33 @@ +'; + $iframe = $s.$f; + + $html = +'
If you would like to link to this route, just copy the code and paste it into your source code:
'. +''. +''; + return $html; + } + + public function test( $header ) { + return false; + } + + public function import( $file ) { + } +} + +$formats['iframecode'] = new IFrameCodeFormat();