diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 20:07:07 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-10-02 20:13:16 +0200 |
commit | e6e54bbf489558efff6d36ca016a745267d79f7d (patch) | |
tree | 046c3baeb81a8074960fc923a8d8e850a54a2f75 | |
parent | fb52c6661375e2bc8011b764c06fc9fd67617c55 (diff) | |
download | rpg-e6e54bbf489558efff6d36ca016a745267d79f7d.tar.gz rpg-e6e54bbf489558efff6d36ca016a745267d79f7d.tar.bz2 |
populate $INFO in lib/exe/detail.php FS#2041
-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')); |