Add autonym class to ULS trigger

Change-Id: I1c613988d399e2ee38ba5d1f1fa8ad5747f7da15
This commit is contained in:
Santhosh Thottingal
2013-11-05 14:54:15 +05:30
parent 39faf1a72e
commit 2b31b242f9

View File

@@ -113,7 +113,7 @@ class UniversalLanguageSelectorHooks {
'uls' => array(
'text' => $lang->fetchLanguageName( $lang->getCode() ),
'href' => '#',
'class' => 'uls-trigger',
'class' => 'uls-trigger autonym',
'active' => true
)
) + $personal_urls;