Index: trunk/phase3/skins/Simple.php |
— | — | @@ -33,12 +33,12 @@ |
34 | 34 | $rules = array(); |
35 | 35 | $underline = ""; |
36 | 36 | |
37 | | - if ( $this->getSkin()->getUser()->getOption( 'underline' ) < 2 ) { |
38 | | - $underline = "text-decoration: " . $this->getSkin()->getUser()->getOption( 'underline' ) ? 'underline !important' : 'none' . ";"; |
| 37 | + if ( $this->getUser()->getOption( 'underline' ) < 2 ) { |
| 38 | + $underline = "text-decoration: " . $this->getUser()->getOption( 'underline' ) ? 'underline !important' : 'none' . ";"; |
39 | 39 | } |
40 | 40 | |
41 | 41 | /* Also inherits from resourceloader */ |
42 | | - if( !$this->getSkin()->getUser()->getOption( 'highlightbroken' ) ) { |
| 42 | + if( !$this->getUser()->getOption( 'highlightbroken' ) ) { |
43 | 43 | $rules[] = "a.new, a.stub { color: inherit; text-decoration: inherit;}"; |
44 | 44 | $rules[] = "a.new:after { color: #CC2200; $underline;}"; |
45 | 45 | $rules[] = "a.stub:after { $underline; }"; |