Skip to content

Commit

Permalink
adding a config option to load bootstrap or not
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Nov 19, 2012
1 parent b613523 commit e6a676d
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions Core/Assets/Config/config.php
Expand Up @@ -2,7 +2,7 @@
/**
* Configuration file for the Script Combiner helper. This file is used to determine
* the behaviour of the helper.
*
*
* @author Geoffrey Garbers
* @version 0.1
*/
Expand All @@ -16,10 +16,11 @@
'cssCachePath' => CSS . 'combined' . DS,
'jsCachePath' => JS . 'combined' . DS,
'fileSeparator' => "\n\n/** FILE SEPARATOR **/\n\n",
'bootstrap' => true
);

/**
* Core icons
* Core icons
*/
$config['CoreImages']['path'] = 'core/icons/';
$config['CoreImages']['images'] = array(
Expand Down Expand Up @@ -73,7 +74,7 @@
'zoom-in' => 'zoom-in.png',
'zoom-out' => 'zoom-out.png'
),

'applications' => array(
'ai' => '',
'doc' => 'doc.png',
Expand All @@ -93,7 +94,7 @@
'xls' => 'sxl.png',
'xlsx' => 'xlsx.png'
),

'archives' => array(
'7z' => '7z.png',
'cab' => 'cab.png',
Expand All @@ -104,7 +105,7 @@
'tar' => 'tar.png',
'zip' => '',
),

'folders' => array(
'config' => 'config.png',
'documents' => 'documents.png',
Expand All @@ -117,7 +118,7 @@
'video' => 'video.png',
'web' => 'web.png'
),

'images' => array(
'bmp' => 'bmp.png',
'gif' => 'gif.png',
Expand All @@ -132,7 +133,7 @@
'tif' => 'tiff.png',
'tiff' => 'tiff.png'
),

'multiMedia' => array(
'3gp' => '3gp.png',
'dvi' => 'dvi.png',
Expand All @@ -152,7 +153,7 @@
'wav' => 'wav.png',
'wma' => 'wma.png'
),

'notifications' => array(
'forbidden' => 'forbidden.png',
'help' => 'help.png',
Expand All @@ -164,7 +165,7 @@
'warning' => 'warning.png',
'loading' => 'loading.gif'
),

'social' => array(
'badoo' => '',
'gmail' => '',
Expand All @@ -180,7 +181,7 @@
'vcf' => 'vcf.png',
'yahoo' => 'yahoo-messanger.png'
),

'status' => array(
'active' => 'active.png',
'inactive' => 'inactive.png',
Expand All @@ -191,13 +192,13 @@
'featured' => 'featured.png',
'not-featured' => 'not-featured.png',
),

'unknown' => array(
'unknown' => 'unknown.png',
'readme' => 'readme.png',
'' => 'readme.png'
),

'weather' => array(
'clear' => 'clear.png',
'clear-night' => 'clear-night.png',
Expand All @@ -209,7 +210,7 @@
'snow' => 'snow.png',
'storm' => 'storm.png'
),

'web' => array(
'asx' => 'asx.png',
'css' => 'css.png',
Expand Down

0 comments on commit e6a676d

Please sign in to comment.