Файл: contao-3.5.8/system/modules/repository/config/autoload.php
Строк: 11
<?php
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2016 Leo Feyer
*
* @license LGPL-3.0+
*/
/**
* Register the classes
*/
ClassLoader::addClasses(array
(
// Classes
'Repository' => 'system/modules/repository/classes/Repository.php',
'RepositoryBackendModule' => 'system/modules/repository/classes/RepositoryBackendModule.php',
'RepositoryBackendTheme' => 'system/modules/repository/classes/RepositoryBackendTheme.php',
'RepositoryCatalog' => 'system/modules/repository/classes/RepositoryCatalog.php',
'RepositoryManager' => 'system/modules/repository/classes/RepositoryManager.php',
));
/**
* Register the templates
*/
TemplateLoader::addFiles(array
(
'repository_catlist' => 'system/modules/repository/templates',
'repository_catview' => 'system/modules/repository/templates',
'repository_mgredit' => 'system/modules/repository/templates',
'repository_mgrinst' => 'system/modules/repository/templates',
'repository_mgrlist' => 'system/modules/repository/templates',
'repository_mgruist' => 'system/modules/repository/templates',
'repository_mgrupdt' => 'system/modules/repository/templates',
'repository_mgrupgd' => 'system/modules/repository/templates',
));