mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 10:53:29 +02:00
Warning removal in class2.php and I modified the theme.xml spec, so that one can specify exactly which version of XHTML and CSS the theme is compliant with. ie. true/false has been replaced with (Xhtml) 1.1, (Css) 2.1 etc. Pre-0.8 themes will default to this when 'true' is found.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<e107Theme name="blank" version="0.1" date="2008-12-01" compatibility="0.8">
|
||||
<author name ="Desislav Yosifov [SonicE]" email="support@free-source.net" url="http://free-source.net" />
|
||||
<description>Blank e107 admin theme</description>
|
||||
<compliance xhtml="true" css="true" />
|
||||
<compliance xhtml="1.1" css="2.1" />
|
||||
|
||||
<layouts>
|
||||
<layout name='default' title='3 Columns' preview='preview.jpg' previewFull='preview_full.png' default='true' >
|
||||
|
Reference in New Issue
Block a user