diff options
Diffstat (limited to 'mod/removeme.php')
-rw-r--r-- | mod/removeme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/removeme.php b/mod/removeme.php index 89b08cdc5..6a56963b6 100644 --- a/mod/removeme.php +++ b/mod/removeme.php @@ -35,7 +35,7 @@ function removeme_content(&$a) { $_SESSION['remove_account_verify'] = $hash; - $tpl = file_get_contents('view/removeme.tpl'); + $tpl = get_markup_template('removeme.tpl'); $o .= replace_macros($tpl, array( '$basedir' => $a->get_baseurl(), '$hash' => $hash, |