comunic/3rdparty/luminous/examples/fullpage.php

6 lines
185 B
PHP
Raw Normal View History

2016-11-19 11:08:12 +00:00
<?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);