From ee70a108bea04c718b7a6edb97aec56f2dae2679 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 23 Mar 2008 00:04:46 +0000 Subject: - remove compatibility with old template ... git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index b8dca9fdd..edac8ffbc 100644 --- a/install.php +++ b/install.php @@ -189,7 +189,7 @@ include(PHPWG_ROOT_PATH . 'include/constants.php'); include(PHPWG_ROOT_PATH . 'include/functions.inc.php'); include(PHPWG_ROOT_PATH . 'admin/include/functions.php'); include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php'); -include(PHPWG_ROOT_PATH . 'include/template.php'); +include(PHPWG_ROOT_PATH . 'include/template.class.php'); if (isset($_GET['language'])) { -- cgit v1.2.3