Vova Tkach 5 years ago
parent
commit
e33270a1c5
1 changed files with 0 additions and 15 deletions
  1. 0 15
      consts/consts.go

+ 0 - 15
consts/consts.go

@@ -83,18 +83,3 @@ type TmplDataCpBase struct {
 	Content            template.HTML
 	SidebarRight       template.HTML
 }
-
-type TmplDataMainMenuItem struct {
-	Name   string
-	Link   string
-	Active bool
-}
-
-type TmplDataModIndex struct {
-	Name            string
-	Alias           string
-	Content         template.HTML
-	MetaTitle       string
-	MetaKeywords    string
-	MetaDescription string
-}