PHPFusion\SeptenaryTheme::set_bottom_html PHP Method

set_bottom_html() public method

Injection of BL_CENTER
public set_bottom_html ( $html )
$html
    public function set_bottom_html($html)
    {
        $this->bottom_html .= $html;
    }