init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package controllers
|
||||
|
||||
type SystemController struct {
|
||||
BaseAdminController
|
||||
}
|
||||
|
||||
func (this *SystemController) Base() {
|
||||
this.Layout = "layout/page.html"
|
||||
this.TplName = "system/base.html"
|
||||
this.Render()
|
||||
}
|
||||
Reference in New Issue
Block a user