* code for new style.

This commit is contained in:
wangyidong
2018-01-26 15:11:14 +08:00
parent f90925b51e
commit eb11984ef8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ class commonModel extends model
}
foreach($position as $key => $link)
{
echo '<li>' . $link . '</li>';
echo "<li class='active'>" . $link . '</li>';
}
echo '</ul>';
}