diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-06 11:18:57 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-06 11:18:57 -0400 |
commit | c8c2d9d7c93f40e7ac81c6211f8ba4c3f6ae91d9 (patch) | |
tree | 88890bd57bd9ed574a1e6cf9ca23a0907dee2d04 /lib/htmloutputter.php | |
parent | 2eaf738bf708ec4f49bd7bbc8ca67d6fad33317a (diff) |
Make 2nd and 3rd cssLink() arguments optional
Diffstat (limited to 'lib/htmloutputter.php')
-rw-r--r-- | lib/htmloutputter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 9d3244625..74876523a 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -368,7 +368,7 @@ class HTMLOutputter extends XMLOutputter * * @return void */ - function cssLink($src,$theme,$media) + function cssLink($src,$theme=null,$media=null) { if (!$theme) { $theme = common_config('site', 'theme'); |