Make 2nd and 3rd cssLink() arguments optional

This commit is contained in:
Craig Andrews 2009-08-06 11:18:57 -04:00
parent 2eaf738bf7
commit c8c2d9d7c9

View File

@ -368,7 +368,7 @@ class HTMLOutputter extends XMLOutputter
* *
* @return void * @return void
*/ */
function cssLink($src,$theme,$media) function cssLink($src,$theme=null,$media=null)
{ {
if (!$theme) { if (!$theme) {
$theme = common_config('site', 'theme'); $theme = common_config('site', 'theme');