Split link generation, table of contents, and image functions from the
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 18 Dec 2004 06:29:23 +0000 (06:29 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 18 Dec 2004 06:29:23 +0000 (06:29 +0000)
commitd319dbe869e8e42e52d10785a1393cf4749086af
tree33e5d76ec5360e22505eadd89a536b716e81e434
parente4e31e0d2aade9340c998fa7098f809f6da11b0d
Split link generation, table of contents, and image functions from the
Skin class to a separate class, in preparation for thinning and refactoring.
Most users of these functions don't need the _Skin_, which generates the
user interface, and they clutter up the code with unrelated stuff.
includes/Linker.php [new file with mode: 0644]
includes/Parser.php
includes/Skin.php