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
1 changed files with 1 additions and 1 deletions

View File

@ -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');