localisation path for all view templates

This commit is contained in:
Mike Macgirvin
2010-09-22 18:00:19 -07:00
parent 124129e2a0
commit d5a13b1e4c
28 changed files with 113 additions and 100 deletions

View File

@@ -42,7 +42,7 @@ function invite_content(&$a) {
return;
}
$tpl = file_get_contents('view/invite.tpl');
$tpl = load_view_file('view/invite.tpl');
$o = replace_macros($tpl, array(
'$invite' => t('Send invitations'),