mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Adding class to be able to style link list #4
This commit is contained in:
@@ -44,7 +44,7 @@ if(e_QUERY == "show" || !empty($_GET['show']))
|
|||||||
$text = '';
|
$text = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$text .= "<div style='text-align:left'><ul>";
|
$text .= "<div style='text-align:left' class='gsitemap'><ul>";
|
||||||
|
|
||||||
foreach($nfArray as $nfa)
|
foreach($nfArray as $nfa)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user