Files
EasySoft-ZenTaoPMS/module/common/view/syntaxhighlighter.html.php
2020-04-13 10:27:22 +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>