Add translation string to templates
- Lower popular widget lists to 10 elements - Add language to profile and server display
This commit is contained in:
parent
5b7bb030de
commit
ff9eab39a7
11 changed files with 108 additions and 65 deletions
|
|
@ -31,11 +31,10 @@ WHERE `country` != ""
|
|||
AND `available`
|
||||
GROUP BY `country`
|
||||
ORDER BY COUNT(`country`) DESC
|
||||
LIMIT 20';
|
||||
LIMIT 10';
|
||||
$countries = $this->connection->fetchAll($stmt);
|
||||
|
||||
$vars = [
|
||||
'title' => 'Popular Countries',
|
||||
'countries' => $countries
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue