Index: trunk/extensions/ExpandTemplates/ExpandTemplates.php |
— | — | @@ -3,7 +3,10 @@ |
4 | 4 | ?> |
5 | 5 | <p>This is the ExpandTemplates extension. To enable it, put </p> |
6 | 6 | <pre>require_once("$IP/extensions/ExpandTemplates/ExpandTemplates.php");</pre> |
7 | | -<p>at the bottom of your LocalSettings.php</p> |
| 7 | +<p>at the bottom of your LocalSettings.php.</p> |
| 8 | +<p>This extension also requires |
| 9 | +<tt><a href="http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/ExtensionFunctions.php"> |
| 10 | +ExtensionFunctions.php</a></tt>.</p> |
8 | 11 | <?php |
9 | 12 | exit(1); |
10 | 13 | } |