|
@@ -20,7 +20,7 @@ function dw_wik_places() {
|
|
|
$hits = $row['nb_visits'];
|
|
|
$logo = $row['logo'];
|
|
|
$length = $row['sum_visit_length'];
|
|
|
- print("<li class='list-group-item small'><img src='https://davidawindham.com/wik/$logo' style='width:30px;'/> $location <span class='badge'> $hits </span></li>");
|
|
|
+ print("<li class='list-group-item'><img src='https://davidawindham.com/wik/$logo' style='width:30px;'/> $location <span class='badge'> $hits </span></li>");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -45,7 +45,7 @@ function dw_wik_url() {
|
|
|
$label = $row['label'];
|
|
|
$hits = $row['nb_hits'];
|
|
|
$time = $row['avg_time_on_page'];
|
|
|
- print("<li class='list-group-item small'> <a href='https://davidawindham.com/$label'>$label</a> <span class='badge'> $hits </span></li>");
|
|
|
+ print("<li class='list-group-item'> <a href='https://davidawindham.com/$label'>$label</a> <span class='badge'> $hits </span></li>");
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -69,7 +69,7 @@ function dw_wik_users() {
|
|
|
$urls = htmlspecialchars(html_entity_decode(urldecode($row['label']), ENT_QUOTES), ENT_QUOTES);
|
|
|
$label = $row['label'];
|
|
|
$hits = $row['nb_visits'];
|
|
|
- print("<li class='list-group-item small'> $label <span class='badge'> $hits </span></li>");
|
|
|
+ print("<li class='list-group-item'> $label <span class='badge'> $hits </span></li>");
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -94,7 +94,7 @@ function dw_wik_keys() {
|
|
|
$urls = htmlspecialchars(html_entity_decode(urldecode($row['label']), ENT_QUOTES), ENT_QUOTES);
|
|
|
$label = $row['label'];
|
|
|
$hits = $row['nb_visits'];
|
|
|
- print("<li class='list-group-item small'> $label <span class='badge'> $hits </span></li>");
|
|
|
+ print("<li class='list-group-item'> $label <span class='badge'> $hits </span></li>");
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -118,7 +118,7 @@ function dw_wik_refs() {
|
|
|
$urls = htmlspecialchars(html_entity_decode(urldecode($row['label']), ENT_QUOTES), ENT_QUOTES);
|
|
|
$label = $row['label'];
|
|
|
$hits = $row['nb_visits'];
|
|
|
- print("<li class='list-group-item small'> $label <span class='badge'> $hits </span></li>");
|
|
|
+ print("<li class='list-group-item'> $label <span class='badge'> $hits </span></li>");
|
|
|
}
|
|
|
|
|
|
}
|