function body_prefix() { qa_html_theme_base::body_prefix(); if ($this->notify) { $this->output($this->notify); } }
function body_prefix() { qa_html_theme_base::body_prefix(); if (qa_opt('badge_active') && $this->template != 'admin') { $this->badge_notify(); } }
function body_prefix() { if (!qa_get_logged_in_userid() && !@$_COOKIE['qa_faq_noshow'] && qa_opt('faq_notify_show')) { setcookie('qa_faq_noshow', 'true', 0, '/', QA_COOKIE_DOMAIN); $this->faq_notify(); } qa_html_theme_base::body_prefix(); }
function body_prefix() { qa_html_theme_base::body_prefix(); if (isset($this->badge_notice)) { $this->output($this->badge_notice); } }