mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
9 lines
284 B
PHP
9 lines
284 B
PHP
![]() |
<?php
|
||
|
// auto-generated by sfDefineEnvironmentConfigHandler
|
||
|
// date: 2012/06/11 14:35:44
|
||
|
sfConfig::add(array(
|
||
|
'mod_'.strtolower($moduleName).'_enabled' => true,
|
||
|
'mod_'.strtolower($moduleName).'_view_class' => 'sfPHP',
|
||
|
'mod_'.strtolower($moduleName).'_is_internal' => false,
|
||
|
));
|