add columns

This commit is contained in:
leah 2021-08-19 13:16:58 +01:00
parent d8d072d344
commit 62cf38f2d1
2 changed files with 10 additions and 1 deletions

View File

@ -175,6 +175,14 @@ a:hover {
background: #faecc0;
}
.userpages-list {
ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
}
/* public-sans-regular - latin */
@font-face {
font-family: 'Public Sans';

View File

@ -32,7 +32,8 @@
<ul>
<?php
$usercount = 0;
foreach (glob("/home/*/public_html", GLOB_ONLYDIR) as $user):
$users = glob("/home/*/public_html", GLOB_ONLYDIR);
foreach ($users as $user):
if (
(
// make sure we have an index page