1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[feature/template-engine] Move template.php to includes/template

This allows making use of autoloading.

PHPBB3-9726
This commit is contained in:
Igor Wiedler
2011-07-09 23:33:44 +02:00
parent 1d26398faa
commit f7b06ca12d
6 changed files with 0 additions and 5 deletions

View File

@@ -182,7 +182,6 @@ if (!empty($load_extensions) && function_exists('dl'))
// Include files
require($phpbb_root_path . 'includes/class_loader.' . $phpEx);
require($phpbb_root_path . 'includes/template.' . $phpEx);
require($phpbb_root_path . 'includes/session.' . $phpEx);
require($phpbb_root_path . 'includes/auth.' . $phpEx);