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.
function handleBrokenLink() {
header("Location: http://<?=DOMAIN?>."/humor/ "/");
exit();
в папке classes, нашла humor и в нём изменила во всех файлах как выше.
но всё равно не работате
решила сделать, всё как в оригинале. создала все поддомены.
жму на ПОГОДА: pogoda.localhost.
но выдаёт пустой сайт, т.е index of , а там пусто
это что?так, зачес информер если у них всё как-то своё?<h1>Прогноз погоды в Ижевске на ближайшие сутки</h1>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="weather">
<tr valign="middle" align="center">
<td class=bcol id=ot align="left">Дата</td>
<td class=bcol><b><?= $this->translateTime($items[1]->time->getHour()) ?></b><br><?= $items[1]->time->getDay() ?> <?= $this->translateMonth($items[1]->time->getMonth()) ?>, <?= $this->translateDayOfWeek($items[1]->time->getDayOfWeek()) ?></td>
<td class=bcol><b><?= $this->translateTime($items[2]->time->getHour()) ?></b><br><?= $items[2]->time->getDay() ?> <?= $this->translateMonth($items[2]->time->getMonth()) ?>, <?= $this->translateDayOfWeek($items[2]->time->getDayOfWeek()) ?></td>
<td class=bcol><b><?= $this->translateTime($items[3]->time->getHour()) ?></b><br><?= $items[3]->time->getDay() ?> <?= $this->translateMonth($items[3]->time->getMonth()) ?>, <?= $this->translateDayOfWeek($items[3]->time->getDayOfWeek()) ?></td>
<td class=bcol><b><?= $this->translateTime($items[4]->time->getHour()) ?></b><br><?= $items[4]->time->getDay() ?> <?= $this->translateMonth($items[4]->time->getMonth()) ?>, <?= $this->translateDayOfWeek($items[4]->time->getDayOfWeek()) ?></td>
</tr>
<tr valign="middle" align="center">
<td id=ot align=left>Tемпература<br>воздуха, °C</td>
<td><?= $this->getTemperature($items[1]->min_temperature) ?>.. <?= $this->getTemperature($items[1]->max_temperature) ?></td>
<td><?= $this->getTemperature($items[2]->min_temperature) ?>.. <?= $this->getTemperature($items[2]->max_temperature) ?></td>
<td><?= $this->getTemperature($items[3]->min_temperature) ?>.. <?= $this->getTemperature($items[3]->max_temperature) ?></td>
<td><?= $this->getTemperature($items[4]->min_temperature) ?>.. <?= $this->getTemperature($items[4]->max_temperature) ?></td>
</tr>
*** скрытое содержание ***
*** скрытое содержание ***