Testing Code Syntax Highlighter
I just installed the code syntax highlighter plugin. Here’s a test page to test it out.
Testing Php Highlighting:
////////////////////EDIT MODULE</span>
<pre>if ($_GET['action'] == "editModule" && $_SESSION['logged'] && $_SESSION['admin']){
if ($_POST['module']){
$_GET['action'] = "modules";
if (!$_FILES['moduleFile']['name']){
$_FILES['moduleFile']['name'] = $moduleFile;
}
}
}




No Comments yet, be the first to comment to “Testing Code syntax highlighter”