mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
6 lines
185 B
PHP
Executable File
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);
|