1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Adding class to be able to style link list #4

This commit is contained in:
Jimako 2021-02-10 13:58:01 +01:00 committed by GitHub
parent 1f3e70d40a
commit 5598d51f2f
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)
{