Code highlighter installed
Jul 16th, 2008 by knutee
Just installed Dean’s Code Highlighter v1.2 on the site, so I can post code in a more readable way. It’s currently not coloring the code as it’s supposed to, something I’ll try to sort out as soon as possible. Let me know if you have any problems getting the code boxes to show correctly.
Example
-
<?php
-
function example() {
-
echo "This is an example!";
-
?>