Пример #1
0
def index():
    """ Module's Home Page """

    from s3db.cms import cms_index
    return cms_index(c, alt_function="index_alt")
Пример #2
0
def index():
    """ Module's Home Page """

    from s3db.cms import cms_index
    return cms_index(c)