Make 2nd and 3rd cssLink() arguments optional
This commit is contained in:
parent
2eaf738bf7
commit
c8c2d9d7c9
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user