base/src/sqwl/cms/layout/Navbar.scala
changeset 7 50a354e5bda4
parent 6 ba89bccede7e
child 8 8e0809dad9f7
--- a/base/src/sqwl/cms/layout/Navbar.scala	Tue Dec 04 13:18:02 2018 +0100
+++ b/base/src/sqwl/cms/layout/Navbar.scala	Thu Dec 06 13:27:14 2018 +0100
@@ -33,12 +33,12 @@
               span(cls:="icon-bar")
             ),
             a(href:="#", cls:="navbar-brand", paddingTop:=4, paddingBottom:=4,
-              img(src:=s"/${http.prefix}/public/images/icon.png", alt:="SQWL",
-                width:=40, height:=40)),
+              img(src:=s"/${http.prefix}/public/${cnt.icon._1}",
+                alt:=cnt.appTitleShort, width:=40, height:=40)),
             a(href:="#", cls:="navbar-brand visible-xs",
-              span("KPŽ")),
+              span(cnt.appTitleShort)),
             a(href:="#", cls:="navbar-brand hidden-xs",
-              span("Kvalita pracovního života v České republice"))
+              span(cnt.appTitle))
           )
           //tag("nav")(cls:="hidden-xs", navMenu)
         )