mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 03:17:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			160 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			160 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| <?php
 | |
| 
 | |
| return array(
 | |
| 
 | |
| 	// HTML markup and classes used by Bootstrap for icons
 | |
| 	'icon' => array(
 | |
| 
 | |
| 		'tag' => 'i',
 | |
| 		'set' => null,
 | |
| 		'prefix' => 'icon',
 | |
| 
 | |
| 	),
 | |
| 
 | |
| ); |