mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 10:01:56 +02:00
Small change to theme.xml naming for plugin installation.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Id: theme.xml,v 1.8 2009-08-31 02:22:00 e107coders Exp $ -->
|
||||
<!-- $Id: theme.xml,v 1.9 2009-08-31 14:37:24 e107coders Exp $ -->
|
||||
<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="1.1" css="2.1" />
|
||||
|
||||
<plugins>
|
||||
<plugin name='chatbox_menu' url='core' />
|
||||
</plugins>
|
||||
<layouts>
|
||||
<layout name='default' title='3 Columns' preview='preview.jpg' previewFull='preview_full.png' default='true' >
|
||||
<menuPresets>
|
||||
@@ -23,7 +25,4 @@
|
||||
<custompages>usersettings.php</custompages>
|
||||
</layout>
|
||||
</layouts>
|
||||
<pluginOptions>
|
||||
<plugin name='chatbox_menu' url='core' />
|
||||
</pluginOptions>
|
||||
</e107Theme>
|
Reference in New Issue
Block a user