<imgsrc="'.$prepath.'imgs/ThreeTimelines.png"class="imagel"alt="'._('A screenshot showing the header with the icons of the three Timelines.').'">
</section>
@ -277,7 +277,7 @@ echo('
<liclass="prili"><imgsrc="'.$prepath.'imgs/ClosedPadlock.png"class="imager"alt="'._('An icon depicting a closed padlock.').'">'._('<em>Followersonly:</em>yourpostwillonlybereadablebyyourfollowersandthosewhoyoumaymention.TotheireyesitwillappearasaPublicpost,exceptfortheicondepictingaclosedpadlock.').'</li>
<liclass="prili"><imgsrc="'.$prepath.'imgs/Mail.png"class="imager"alt="'._('An icon depicting a letter envelope.').'">'._('<em>Mentionedpeopleonly:</em>yourpostwillbereadableonlybythoseaccountsyoumentionedinit.Theseposts,alsocalled“Privatemessages”,“Directmessages”or“DM”,aremarkedbyanicondepictingaletterenvelope.').'</li>
<li>'._('Ifyouhappentoreadthehashtag“#Alt4Me” in a post replying to a post with attached media, it means that a person who is unable to otherwise know their content wants a description of them. If you can, reply to the post with this hashtag by providing it.').'</li>
<li>'._('Ifyoucomeacrossapostwithmediawithoutadescription,evenifitwasnotrequestedbeproactiveandrespondwithadescriptionprecededbythehashtag“#Alt4You”, which will allow people who need it to find it more easily.').'</li>
</ul>
<pclass="rfp">'._('Notethatitmayalsohappenthatthehashtag“#Alt4Me” is added directly into the original post by the person who wrote it because they cannot describe the attached media or are in difficulty to do so, for example because of some disability.').'</p>
<pclass="fp">'._('Notethatitmayalsohappenthatthehashtag“#Alt4Me” is added directly into the original post by the person who wrote it because they cannot describe the attached media or are in difficulty to do so, for example because of some disability.').'</p>
@ -392,7 +392,8 @@ while ($if<$il && $row=mysqli_fetch_assoc($res)) {
$if++;
$out='<div class="ihead"><a href="https://'.hspech($row['URI']).'" title="'._('Go to instance').'">'.hspech($row['URI']).'</a>';
if(!$single)$out.=' <a href="'.$conf['instpath'].'/instances?id='.$row['ID'].'" title="'._('Direct link to this instance’s card').'">('.$if.'/'.$itot.')</a>';
$rres=tquery('SELECT CONCAT(Languages.Name'.$dlanguc.'," (",Languages.Code,")") AS Lang FROM InstOurLangs LEFT JOIN Languages ON Languages.ID=InstOurLangs.OurLangID WHERE InstOurLangs.InstID='.$row['ID'].' ORDER BY InstOurLangs.Pos ASC',__LINE__);
$res=mysqli_query($link,'SELECT MAX(Visits) AS MaxVisits, MAX(Hits) AS MaxHits FROM ZStats WHERE TS >= '.$limit)ormuorimeglio(__LINE__.': '.mysqli_error($link),true);
$row=mysqli_fetch_assoc($res);
$maxvisits=$row['MaxVisits'];
$maxhits=$row['MaxHits'];
$res=mysqli_query($link,'SELECT * FROM ZStats WHERE TS >= '.$limit.' ORDER BY TS DESC')ormuorimeglio(__LINE__.': '.mysqli_error($link),true);
$hpmap=array(
'home'=>_('Guide'),
@ -71,18 +69,16 @@ while ($row=mysqli_fetch_assoc($res)) {