bsw@1045: function ui.raw_title ( content ) bsw@1045: bsw@1045: slot.select ( "title", function () bsw@1045: bsw@1045: -- home link bsw@1045: ui.link { bsw@1045: module = "index", view = "index", bsw@1045: attr = { class = "home" }, bsw@1045: content = function () bsw@1045: ui.image { static = "icons/16/house.png" } bsw@1045: end bsw@1045: } bsw@1045: bsw@1045: slot.put ( " " ) bsw@1045: bsw@1045: slot.put ( content ) bsw@1045: bsw@1045: end ) bsw@1045: bsw@1045: end