zentaopms/module/common/view/syntaxhighlighter.html.php
2023-05-16 10:47:08 +08:00

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>