mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Renamed more CSS selectors from gName to g-name.
This commit is contained in:
@@ -32,7 +32,7 @@ class user_block_Core {
|
||||
}
|
||||
if (count($locales) > 1) {
|
||||
$block = new Block();
|
||||
$block->css_id = "g-userLanguageBlock";
|
||||
$block->css_id = "g-user-language-block";
|
||||
$block->title = t("Language Preference");
|
||||
$block->content = new View("user_languages_block.html");
|
||||
$block->content->installed_locales =
|
||||
|
||||
Reference in New Issue
Block a user