10 lines
152 B
PHP
Executable file
10 lines
152 B
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* Default config values
|
|
*/
|
|
return [
|
|
'bootstrapVersion' => '3.3.0',
|
|
'jqueryVersion' => '2.1.0',
|
|
'icon_prefix' => 'glyphicon'
|
|
];
|