Put skin classes in the Autoloader
authorCatrope <roan.kattouw@gmail.com>
Fri, 15 Jun 2012 01:41:33 +0000 (18:41 -0700)
committerCatrope <roan.kattouw@gmail.com>
Fri, 15 Jun 2012 01:41:33 +0000 (18:41 -0700)
commite685dbf6259d4375755a5ca3f65a8a3edf449a85
tree3761acb699208baa0c6d5c48b3dc3af71bf457e2
parent233f42192371a1e15f04a86bb9f62a6e742bbcd7
Put skin classes in the Autoloader

Also remove require_once() calls from skin files.

This fixes a bug introduced in 0ec77e2b31 where MySkin would throw a
fatal error because it couldn't find the MonoBookTemplate class.

Change-Id: I63bbe1d25e8cb70ee4baf99ec6e685444b663c1f
includes/AutoLoader.php
skins/Chick.php
skins/Modern.php