9 lines
195 B
PHP
9 lines
195 B
PHP
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
|
|
|
return array
|
|
(
|
|
'appname' => 'TSM Access Request',
|
|
'theme' => 'bootstrap',
|
|
'theme_admin' => 'baseadmin',
|
|
);
|