User Tools

Site Tools


exportwikiinclude

This is an old revision of the document!


        case 'wikiinclude':
            $headers['Content-Type'] = 'text/javascript; charset=utf-8';
            $output = p_wiki_xhtml($ID,$REV,false);
            $output = str_replace('"','\"',$output);
            $output = str_replace(DOKU_LF,'\n\\
',$output);
            $pre .= 'var zoomy = "\n\\' . DOKU_LF;
            $post .= '";document.write(zoomy);' . DOKU_LF;
            $post .= 'document.write("This page was autogenerated from <a href=\"http://donghee8.com/wiki/doku.php?id=';
            $post .= $ID;
            $post .= '\">wiki</a>.");' . DOKU_LF;
            break;
exportwikiinclude.1313087282.txt.gz · Last modified: 2018/07/18 14:09 (external edit)