PHPFusion\SeptenaryTheme::set_bottom_html PHP 메소드

set_bottom_html() 공개 메소드

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