From d5a13b1e4c0f35445aa539ff6b3779062907a9cb Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 22 Sep 2010 18:00:19 -0700 Subject: localisation path for all view templates --- mod/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/install.php') diff --git a/mod/install.php b/mod/install.php index dafc86ee6..4160445cc 100644 --- a/mod/install.php +++ b/mod/install.php @@ -23,7 +23,7 @@ function install_post(&$a) { else notice( t('Connected to database.') . EOL); - $tpl = file_get_contents('view/htconfig.tpl'); + $tpl = load_view_file('view/htconfig.tpl'); $txt = replace_macros($tpl,array( '$dbhost' => $dbhost, '$dbuser' => $dbuser, @@ -79,7 +79,7 @@ function install_content(&$a) { require_once('datetime.php'); - $tpl = file_get_contents('view/install_db.tpl'); + $tpl = load_view_file('view/install_db.tpl'); $o .= replace_macros($tpl, array( '$tzselect' => ((x($_POST,'timezone')) ? select_timezone($_POST['timezone']) : select_timezone()), '$submit' => t('Submit'), -- cgit v1.2.3