mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:57:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| /**
 | |
|  * Default config values
 | |
|  */
 | |
| return [
 | |
|     'bootstrapVersion' => '3.3.0',
 | |
|     'jqueryVersion' => '2.1.0',
 | |
|     'icon_prefix' => 'glyphicon'
 | |
| ];
 |