comunic/3rdparty/luminous/examples/fullpage.php
2016-11-19 12:08:12 +01:00

6 lines
185 B
PHP
Executable File

<?php
// very easy, set the format to html-full
require_once('helper.inc');
luminous::set('format', 'html-full');
echo luminous::highlight_file('php', 'themeswitcher.php', $use_cache);