mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-08 14:31:18 +01:00
get_override_links: actually return overrides
This commit is contained in:
parent
4949e1a590
commit
76a6060ca3
@ -624,5 +624,7 @@ class Config {
|
|||||||
|
|
||||||
$local_js = get_theme_path(self::get(self::LOCAL_OVERRIDE_JS));
|
$local_js = get_theme_path(self::get(self::LOCAL_OVERRIDE_JS));
|
||||||
if ($local_js) $rv .= javascript_tag($local_js);
|
if ($local_js) $rv .= javascript_tag($local_js);
|
||||||
|
|
||||||
|
return $rv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user