Ocean/Admin/Variables.go
2015-06-22 14:08:29 +02:00

12 lines
287 B
Go

package Admin
import (
LM "github.com/SommerEngineering/Ocean/Log/Meta"
"html/template"
)
var (
AdminTemplates *template.Template = nil // The admin templates
senderName LM.Sender = `System::Admin` // This is the name for logging event from this package
)