Index: trunk/extensions/SemanticForms/specials/SF_AddPage.php |
— | — | @@ -89,14 +89,5 @@ |
90 | 90 | |
91 | 91 | END; |
92 | 92 | } |
93 | | - $scriptaculousCssUrl = $sfgScriptPath . '/skins/scriptaculous.css'; |
94 | | - $wgOut->addLink( array( |
95 | | - 'rel' => 'stylesheet', |
96 | | - 'type' => 'text/css', |
97 | | - 'media' => "screen, projection", |
98 | | - 'href' => $scriptaculousCssUrl |
99 | | - )); |
100 | | - $wgOut->addScript('<script src="' . $sfgScriptPath . '/libs/scriptaculous-js-1.7.0/lib/prototype.js" type="text/javascript"></script>'); |
101 | | - $wgOut->addScript('<script src="' . $sfgScriptPath . '/libs/scriptaculous-js-1.7.0/src/scriptaculous.js" type="text/javascript"></script>'); |
102 | 93 | $wgOut->addHTML($text); |
103 | 94 | } |