Lines Matching refs:flags
31 list($page, $sect, $sect_title, $flags, $redirect_id, $footer_lvl) = $data;
34 $renderer->doc .= $this->html_footer($page, $sect, $sect_title, $flags, $footer_lvl, $renderer);
45 function html_footer($page, $sect, $sect_title, $flags, $footer_lvl, &$renderer) {
48 if(!$flags['footer']) return '';
54 if ($flags['permalink']) {
72 if ($flags['date'] && $exists) {
82 if ($flags['mdate'] && $exists) {
92 if ($flags['user'] && $exists) {
104 if (empty($sect) && $flags['comments'] && (!plugin_isdisabled('discussion')) && ($discussion = plugin_load('helper', 'discussion'))) {
110 if (empty($sect) && $flags['linkbacks'] && (!plugin_isdisabled('linkback')) && ($linkback = plugin_load('helper', 'linkback'))) {
118 if (empty($sect) && $flags['tags'] && (!plugin_isdisabled('tag')) && ($tag = plugin_load('helper', 'tag'))) {