6 lines
182 B
PHP
Executable File
6 lines
182 B
PHP
Executable File
<?php css::import($jsRoot . "kindeditor/plugins/code/prettify.css");?>
|
|
<?php js::import($jsRoot . "kindeditor/plugins/code/prettify.js");?>
|
|
<script>
|
|
$(window.prettyPrint);
|
|
</script>
|