javascript - Mediawiki: how to insert a <script>-Tag -
i'd insert flattr image in mediawiki installation. requires insert <script>...</script>
section header of html file. have no clue, can insert this, can't find <head>
-tag in file monobook.php
. use current mediawiki software (1.16.2) , monobook style. can give me clue can insert required javascript?
i have found solution: enable javascript $wgusesitejs = true;
, insert flattr js in mediawiki:common.js
.
Comments
Post a Comment