Changed header the Help Desk Home page.
svn: r7185
This commit is contained in:
parent
1fae7ae2b0
commit
43cf491b3f
|
@ -62,7 +62,7 @@
|
||||||
(html-page
|
(html-page
|
||||||
#:title title
|
#:title title
|
||||||
#:body (if (equal? left-items "home")
|
#:body (if (equal? left-items "home")
|
||||||
`(div (h1 "HelpDesk Home") ,(html-left-items right-items))
|
`(div (h1 "PLT Help Desk") ,(html-left-items right-items))
|
||||||
`(div (h1 ,right-header)
|
`(div (h1 ,right-header)
|
||||||
,@(html-right-items right-items)))))
|
,@(html-right-items right-items)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user