1
0
mirror of https://github.com/pierre42100/comunic synced 2025-06-19 00:25:19 +00:00
Files
comunic/3rdparty/luminous/examples/fullpage.php
Pierre Hubert 990540b2b9 First commit
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);