liquid_feedback_frontend
diff env/ui/title.lua @ 564:418b590fa9ed
Optical enhancements, cleanup
author | bsw |
---|---|
date | Tue Jun 19 22:44:18 2012 +0200 (2012-06-19) |
parents | |
children | 701a5cf6b067 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/env/ui/title.lua Tue Jun 19 22:44:18 2012 +0200 1.3 @@ -0,0 +1,5 @@ 1.4 +function ui.title(content) 1.5 + slot.select("head", function() 1.6 + ui.container{ attr = { class = "title" }, content = content } 1.7 + end) 1.8 +end 1.9 \ No newline at end of file