1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Merge pull request #4376 from Jimmi08/patch-15

Fixes #4375 Adding class to be able to style link list
This commit is contained in:
Cameron 2021-02-12 08:42:45 -08:00 committed by GitHub
commit b7b2a02509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ if(e_QUERY == "show" || !empty($_GET['show']))
$text = '';
}
$text .= "<div style='text-align:left'><ul>";
$text .= "<div style='text-align:left' class='gsitemap'><ul>";
foreach($nfArray as $nfa)
{