convert "underline links" option into three options: always, never, default.
[lhc/web/wiklou.git] / languages / LanguageNv.php
index f7e2e85..565d684 100755 (executable)
@@ -61,7 +61,6 @@ if($wgMetaNamespace === FALSE)
 );
 
 /* private */ $wgUserTogglesNv = array(
-       'underline' => 'Biyaadi iissoh',
        'highlightbroken' => 'Format broken links <a href="" class="new">like
 this</a> (alternative: like this<a href="" class="internal">?</a>).',
        'justify'       => 'Justify paragraphs',
@@ -176,20 +175,6 @@ class LanguageNv extends LanguageUtf8 {
                return $wgNamespaceNamesNv;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesNv;
-               return $wgNamespaceNamesNv[$index];
-       }
-
-       function getNsIndex( $text ) {
-               global $wgNamespaceNamesNv;
-
-               foreach ( $wgNamespaceNamesNv as $i => $n ) {
-                       if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
-               }
-               return false;
-       }
-
        function getQuickbarSettings() {
                global $wgQuickbarSettingsNv;
                return $wgQuickbarSettingsNv;