1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

LANS: LAN_PREFS usage.

This commit is contained in:
Cameron
2015-06-30 10:04:06 -07:00
parent aa4b56a792
commit be54ccfae4
4 changed files with 5 additions and 4 deletions

View File

@@ -2329,7 +2329,7 @@ class pluginBuilder
$text .= "<li><a data-toggle='tab' href='#".$table."'>Table: ".$table."</a></li>";
$this->tableList[] = $table;
}
$text .= "<li><a data-toggle='tab' href='#preferences'>".EPL_ADLAN_110."</a></li>";
$text .= "<li><a data-toggle='tab' href='#preferences'>".LAN_PREFS."</a></li>";
$text .= "</ul>";