znt/module/common/view/syntaxhighlighter.html.php

6 lines
182 B
PHP
Raw Permalink Normal View History

<?php css::import($jsRoot . "kindeditor/plugins/code/prettify.css");?>
<?php js::import($jsRoot . "kindeditor/plugins/code/prettify.js");?>
<script>
$(window.prettyPrint);
</script>