mirror of
				https://github.com/pierre42100/comunic
				synced 2025-11-04 04:04:17 +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);
 |