forked from GNUsocial/gnu-social
remove redundant/unnecessary lines
This commit is contained in:
parent
932d1fb7ce
commit
04ed583cc5
@ -370,9 +370,6 @@ class HTMLOutputter extends XMLOutputter
|
|||||||
*/
|
*/
|
||||||
function cssLink($src,$theme=null,$media=null)
|
function cssLink($src,$theme=null,$media=null)
|
||||||
{
|
{
|
||||||
if (!$theme) {
|
|
||||||
$theme = common_config('site', 'theme');
|
|
||||||
}
|
|
||||||
$url = parse_url($src);
|
$url = parse_url($src);
|
||||||
if(! ($url->scheme || $url->host || $url->query || $url->fragment))
|
if(! ($url->scheme || $url->host || $url->query || $url->fragment))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user