Skip to content
Snippets Groups Projects
Commit e6e54bbf authored by Andreas Gohr's avatar Andreas Gohr
Browse files

populate $INFO in lib/exe/detail.php FS#2041

parent fb52c666
No related branches found
No related tags found
No related merge requests found
......@@ -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'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment