以下から必要なファイルをDL。wiki/skinに放り込む。
http://code.google.com/p/google-code-prettify/
<?php if (PKWK_ALLOW_JAVASCRIPT) { ?> <script type="text/javascript" src="skin/prettify.js"></script> <link href="skin/prettify.css" rel="stylesheet" type="text/css"/> <?php } //** SETTING FOR GOOGLE CODE PRETTIFY! **//?>
<body onload="prettyPrint()">
Class Pre extends Element { ... function toString() { return $this->wrap(join("\n", $this->elements), 'pre', ' class="prettyprint"'); } }
define('PKWK_ALLOW_JAVASCRIPT', 1);