nieuws/feed: atom content type and link attributes
[minimedit.git] / page.php
index dd629fd8d4f0f869af47c8bb84515a12e34546d8..175c2eb30f71e51c3cbf1509425b1e2987221953 100644 (file)
--- a/page.php
+++ b/page.php
@@ -10,7 +10,7 @@ function abort($body, $status = NULL) {
 
 function placeholder_include($name, $params = [])
 {
-       $path = "$name.php";
+       $path = stream_resolve_include_path("$name.php");
        if (!file_exists($path)) {
                return '<strong class="warn"><em>'.$name.'</em> ontbreekt</strong>';
        }