get_override_links: actually return overrides

This commit is contained in:
Andrew Dolgov 2021-03-12 07:40:34 +03:00
parent 4949e1a590
commit 76a6060ca3
1 changed files with 2 additions and 0 deletions

View File

@ -624,5 +624,7 @@ class Config {
$local_js = get_theme_path(self::get(self::LOCAL_OVERRIDE_JS));
if ($local_js) $rv .= javascript_tag($local_js);
return $rv;
}
}