mirror of
https://github.com/tildeclub/site.git
synced 2026-03-15 07:40:17 +00:00
Update index.php
This commit is contained in:
committed by
GitHub
parent
229282b8bc
commit
5ff71c8ee4
10
index.php
10
index.php
@@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
|
<p><a href="/wiki/faq.html">Questions? See the official FAQ.</a></p>
|
||||||
|
|
||||||
<p class="advisory">GMAIL USERS: We no longer accept gmail.com addresses for signups since you would not receive your account information email.</p>
|
<p class="advisory">GMAIL USERS: We no longer accept gmail.com addresses for signups since you would not receive your account information email.</p>
|
||||||
|
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
@@ -54,7 +55,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<?php
|
<?php
|
||||||
$news = json_decode(file_get_contents('news.json'), true);
|
$news = json_decode(file_get_contents('news.json'), true);
|
||||||
|
|
||||||
@@ -87,7 +88,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
|
||||||
<h3>here are the home pages of our users</h3>
|
<h3>here are the home pages of our users</h3>
|
||||||
<p>this list does not include people who haven't changed their page yet</p>
|
<p>this list does not include people who haven't changed their page yet</p>
|
||||||
<p>if you're not seeing yourself listed here, change your page from the default.</p>
|
<p>if you're not seeing yourself listed here, change your page from the default.</p>
|
||||||
@@ -129,10 +129,8 @@
|
|||||||
<li><a href="/~<?=$user?>/">~<?=$user?></a></li>
|
<li><a href="/~<?=$user?>/">~<?=$user?></a></li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php include "footer.php"; ?>
|
<?php include "footer.php"; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user