* Adjust common module code.

This commit is contained in:
leiyong
2021-02-02 10:06:46 +08:00
parent 386f7c1006
commit 73fe761bdf
7 changed files with 6 additions and 7 deletions
-1
View File
@@ -617,7 +617,6 @@ class commonModel extends model
public static function printRecentMenu()
{
global $lang;
echo "<li class='divider'></li>";
echo '<li><a id="recentMenu"><i class="icon icon-recent"></i><span class="text">' . $lang->recent . '</span></a></li>';
}