Vova Tkach 6 years ago
parent
commit
5d7de20d10
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/modules.go

+ 1 - 0
modules/modules.go

@@ -106,6 +106,7 @@ func (this *Modules) getCurrentModule(wrap *wrapper.Wrapper, backend bool) (*Mod
 
 // TODO: add module ordering
 func (this *Modules) getNavMenuModules(wrap *wrapper.Wrapper) string {
+	// TODO: generate list, reorder, build html
 	html := ""
 	for _, mod := range this.mods {
 		if mod.Back != nil {