diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-15 22:13:35 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-15 22:13:35 -0700 |
commit | ef99f83963ba598b1e52224ce80a7d8a8e84a96f (patch) | |
tree | c107a91a1e49a844c9871113d50b6e7ac59fb490 /lib/ownerdesignaction.php | |
parent | 44343986c31b20158ef07438f85a6bf35b93a3ab (diff) |
Output custom stylesheets on design sub-Actions
Diffstat (limited to 'lib/ownerdesignaction.php')
-rw-r--r-- | lib/ownerdesignaction.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ownerdesignaction.php b/lib/ownerdesignaction.php index c47633bdb..b6b30a606 100644 --- a/lib/ownerdesignaction.php +++ b/lib/ownerdesignaction.php @@ -53,6 +53,19 @@ class OwnerDesignAction extends Action { var $user = null; /** + * Show the owner's design stylesheet + * + * @return nothing + */ + function showStylesheets() + { + parent::showStylesheets(); + + $design = $this->getDesign(); + $design->showCSS($this); + } + + /** * A design for this action * * if the user attribute has been set, returns that user's |