Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
if ($page == 1) {
$this->data['description'] = html_entity_decode($category_info['description'], ENT_QUOTES, 'UTF-8');
} else {
$this->data['description'] = '';
}
$this->data['description'] = html_entity_decode($category_info['description'], ENT_QUOTES, 'UTF-8');
if ($page == 1) {
$this->document->setTitle(....);
}