summaryrefslogtreecommitdiff
path: root/lib/currentuserdesignaction.php
AgeCommit message (Collapse)Author
2009-07-30Site-wide design configurationEvan Prodromou
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work.
2009-07-05also hide your own designEvan Prodromou
2009-06-15Check to make sure a design exists before trying to display itZach Copley
2009-06-15Output custom stylesheets on design sub-ActionsZach Copley
2009-05-23current user design actionEvan Prodromou