diff options
Diffstat (limited to 'mod/viewcontacts.php')
-rw-r--r-- | mod/viewcontacts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php index 996f7e476..732607b18 100644 --- a/mod/viewcontacts.php +++ b/mod/viewcontacts.php @@ -41,7 +41,7 @@ function viewcontacts_content(&$a) { return $o; } - $tpl = file_get_contents("view/viewcontact_template.tpl"); + $tpl = get_markup_template("viewcontact_template.tpl"); foreach($r as $rr) { if($rr['self']) |