@@ -27,8 +27,6 @@ func (this *IndexController) Index() {
}
- isFromMobile = true
-
if isFromMobile {
this.SetTpl("mobile_site/index.html")
} else {