summaryrefslogtreecommitdiff
path: root/lib/exe/detail.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-10-02 20:07:07 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-10-02 20:13:16 +0200
commite6e54bbf489558efff6d36ca016a745267d79f7d (patch)
tree046c3baeb81a8074960fc923a8d8e850a54a2f75 /lib/exe/detail.php
parentfb52c6661375e2bc8011b764c06fc9fd67617c55 (diff)
downloadrpg-e6e54bbf489558efff6d36ca016a745267d79f7d.tar.gz
rpg-e6e54bbf489558efff6d36ca016a745267d79f7d.tar.bz2
populate $INFO in lib/exe/detail.php FS#2041
Diffstat (limited to 'lib/exe/detail.php')
-rw-r--r--lib/exe/detail.php4
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'));