id = $id; if (empty($label)) { global $lang; $this->label = $lang['skip_to_content'] . ' "' . $id . '"'; } else { $this->label = $label; } if (empty($svg_id)) { $this->svg = __DIR__ . '/images/file-question.svg'; } else { $this->svg = mediaFN($svg_id); } } }