Esempio n. 1
0
def index():
    """ Module's Home Page """

    from s3db.cms import cms_index
    return cms_index(c, alt_function="index_alt")
Esempio n. 2
0
def index():
    """ Module's Home Page """

    from s3db.cms import cms_index
    return cms_index(c)