PHPFusion\Atom\Atom::infuse_theme PHP Метод

infuse_theme() публичный Метод

public infuse_theme ( )
    public function infuse_theme()
    {
        if (!empty($this->theme_data)) {
            add_to_head("<link href='" . THEMES . $this->theme_data['theme_file'] . "' rel='stylesheet' media='screen' />\n");
        } else {
            add_to_head("<link href='" . INCLUDES . "bootstrap/bootstrap.css' rel='stylesheet' media='screen' />\n");
        }
    }