mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
EZ-Components
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Autoloader definition for the TranslationCacheTiein component.
|
||||
*
|
||||
* @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved.
|
||||
* @license http://ez.no/licenses/new_bsd New BSD License
|
||||
* @version 1.1.2
|
||||
* @filesource
|
||||
* @package TranslationCacheTiein
|
||||
*/
|
||||
|
||||
return array(
|
||||
'ezcTranslationCacheBackend' => 'TranslationCacheTiein/backends/cache_backend.php',
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user