added hover titles to landing page
parent
dd9c7c16a1
commit
4958135679
|
@ -471,10 +471,10 @@ function show_subs_no_count($db, $css, $settings)
|
|||
|
||||
while ($row = $result->fetchArray(SQLITE3_NUM)) {
|
||||
$sub = "{$row[0]}";
|
||||
|
||||
if ( ($sub != '') ) {
|
||||
$title = get_first_post_text($db, $sub, $settings);
|
||||
$html_string .= " | <a href=/s/$sub/$css title=\"$title\">$sub</a>";
|
||||
// $html_string .= " | <a href=/s/$sub/$css>$sub</a>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue