false, 'comments' => true, 'identification' => true, 'index' => true, 'password' => true, 'picture' => true, 'popuphelp' => true, 'profile' => true, 'register' => true, 'search' => true, 'tags' => true, ); } if (isset($conf['fun_citation_pages'][$page_name]) and $conf['fun_citation_pages'][$page_name]) { $code_citation = ''; return $page_banner.$code_citation; } else { return $page_banner; } } add_event_handler('render_page_banner', 'citation_header'); ?>