diff options
-rw-r--r-- | lib/exe/detail.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/exe/detail.php b/lib/exe/detail.php index eaa106978..1ecb59e4e 100644 --- a/lib/exe/detail.php +++ b/lib/exe/detail.php @@ -37,6 +37,10 @@ if($AUTH >= AUTH_READ){ $ERROR = p_locale_xhtml('denied'); } +// this makes some general infos available as well as the info about the +// "parent" page +$INFO = pageinfo(); + //start output and load template header('Content-Type: text/html; charset=utf-8'); include(template('detail.php')); |