Merge branch 'master' of https://github.com/thelia/thelia into yochima-branch
This commit is contained in:
@@ -73,6 +73,11 @@ class ConfigQuery extends BaseConfigQuery
|
||||
return true;
|
||||
}
|
||||
|
||||
public static function getConfiguredShopUrl()
|
||||
{
|
||||
return ConfigQuery::read("url_site", '');
|
||||
}
|
||||
|
||||
public static function getDefaultLangWhenNoTranslationAvailable()
|
||||
{
|
||||
return ConfigQuery::read("default_lang_without_translation", 1);
|
||||
|
||||
Reference in New Issue
Block a user