summaryrefslogtreecommitdiff
path: root/src/views/Template.class.php
AgeCommit message (Collapse)Author
2011-09-05Refactor a bitLuke Shumaker
* move a lot of stuff out of MessageManager * move models from lib to models
2011-09-04Fix 2 small bugs in Template.class.phpLuke Shumaker
* do a |= instead of = for setting $this->red in Template->link() * don't ever escape the url in Template->url()
2011-09-04Add a textarea input to the normal template form stuff.Luke Shumaker
2011-08-01initial commit.Luke Shumaker
Partway through a rewrite. I have some old files I didn't want to entirely delete.