Added some new settings to theme config.php so that a file meta.php can be
authormoodler <moodler>
Wed, 24 Jan 2007 09:20:32 +0000 (09:20 +0000)
committermoodler <moodler>
Wed, 24 Jan 2007 09:20:32 +0000 (09:20 +0000)
commit79f533c38844d109531957d0f378a75048efb701
tree02ce98dc5b46c33b1f654e0bc1963cf1307cf3cf
parentfcdd94642284c9581c06f0e20616702168441a65
Added some new settings to theme config.php so that a file meta.php can be
automatically included into the HEAD section of the current theme.

Supports parent and standard files too.

I added this to support the inclusion of some IE specific CSS  :-( which needs
to be done from HTML and not CSS, (MDL-7782) but it could be used to include other things
as well, or even to run some PHP code, set various vriables etc without messing
up the theme header.html (and regardless of the theme being used).
lib/weblib.php
theme/standard/config.php
theme/standard/meta.php [new file with mode: 0644]