mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:37:32 -05: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'
 | 
						|
];
 |