|
@@ -13,9 +13,9 @@ func init() {
|
|
|
}
|
|
|
|
|
|
func (p *CommonPage) JyCommonHead() error {
|
|
|
- return p.Render("/common/pchead.html")
|
|
|
+ return p.Render("/common/include-head.html")
|
|
|
}
|
|
|
|
|
|
func (p *CommonPage) JyCommonFooter() error {
|
|
|
- return p.Render("/common/pcbottom.html")
|
|
|
+ return p.Render("/common/include-footer.html")
|
|
|
}
|