Changed header the Help Desk Home page.

svn: r7185
This commit is contained in:
Jens Axel Soegaard 2007-08-26 21:36:57 +00:00
parent 1fae7ae2b0
commit 43cf491b3f

View File

@ -62,7 +62,7 @@
(html-page
#:title title
#: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)
,@(html-right-items right-items)))))