mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 07:18:00 -05:00
14 lines
405 B
PHP
14 lines
405 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| theme name
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| the theme folder name. If the folder doesn't exist it will use default theme
|
|
|
|
|
|
|
|
*/
|
|
$config['theme_name'] = 'flatly';
|
|
//$config['theme_name'] = 'spacelab';
|