карта сайта
This commit is contained in:
@@ -90,6 +90,10 @@ class ModelLocalisationZone extends Model {
|
||||
public function getZoneUrl($zone_id, $url) {
|
||||
$zone = $this->getZone($zone_id);
|
||||
|
||||
return $this->getZoneUrlByZone($zone, $url);
|
||||
}
|
||||
|
||||
public function getZoneUrlByZone($zone, $url) {
|
||||
if (!$zone) {
|
||||
return $url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user