From e6e54bbf489558efff6d36ca016a745267d79f7d Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 2 Oct 2010 20:07:07 +0200 Subject: populate $INFO in lib/exe/detail.php FS#2041 --- lib/exe/detail.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/exe/detail.php') 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')); -- cgit v1.2.3