from .tool.func import * def bbs_set(): with get_db_connect() as conn: return easy_minify(conn, flask.render_template(skin_check(conn), imp = [get_lang(conn, 'bbs_set'), wiki_set(conn), wiki_custom(conn), wiki_css([0, 0])], data = '' + \ '
' + \ '' + \ '' + \ '', menu = [['bbs/main', get_lang(conn, 'bbs_main')]] ))