aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/directory.php b/mod/directory.php
index 4e3657673..6aa890226 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -8,7 +8,7 @@ function directory_content(&$a) {
$search = ((x($_GET,'search')) ? notags(trim($_GET['search'])) : '');
- $tpl .= file_get_contents('view/directory_header.tpl');
+ $tpl .= load_view_file('view/directory_header.tpl');
@@ -34,7 +34,7 @@ function directory_content(&$a) {
);
if(count($r)) {
- $tpl = file_get_contents('view/directory_item.tpl');
+ $tpl = load_view_file('view/directory_item.tpl');
if(in_array('small', $a->argv))
$photo = 'thumb';