mirror of
https://github.com/e107inc/e107.git
synced 2025-02-23 00:02:51 +01:00
46 lines
1.6 KiB
XML
46 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<e107Theme name="Bootstrap 3" version="1.0" date="2013-12-25" compatibility="2.0">
|
|
<author name ="e107 Inc" email="e107inc@something.com" url="http://e107.org" />
|
|
<summary>Bootstrap3 e107 theme</summary>
|
|
<description>a bootstrap 3 theme for the frontend</description>
|
|
<category>generic</category>
|
|
<plugins>
|
|
<plugin name='featurebox' url='core' />
|
|
<plugin name='gallery' url='core' />
|
|
<plugin name='rss_menu' url='core' />
|
|
<plugin name='social' url='core' />
|
|
</plugins>
|
|
<keywords>
|
|
<word>bootstrap</word>
|
|
<word>clean</word>
|
|
</keywords>
|
|
<screenshots>
|
|
<image>preview_frontend.png</image>
|
|
</screenshots>
|
|
<stylesheets>
|
|
<css file="style.css" name="Default" />
|
|
<css file="css/bootstrap-dark.min.css" name="Bootstrap3 Dark Admin" scope='admin' />
|
|
<css file="*" name="*" />
|
|
</stylesheets>
|
|
<layouts>
|
|
<layout name='jumbotron_home' title='Jumbotron (home)' default='false'>
|
|
<custompages>FRONTPAGE</custompages>
|
|
</layout>
|
|
<layout name='modern_business_home' title='Modern Business: Home page carousel with fixed custom-menus' />
|
|
<layout name='jumbotron_full' title='Jumbotron (full-width)' >
|
|
<custompages>forum</custompages>
|
|
</layout>
|
|
<layout name='jumbotron_sidebar_right' title='Jumbotron (sidebar-right)' default='true' >
|
|
<custompages>/news</custompages>
|
|
<menuPresets>
|
|
<area id='1'>
|
|
<menu name='search' />
|
|
<menu name='news_categories' />
|
|
<menu name='other_news' />
|
|
<menu name='other_news2' />
|
|
<menu name='blogcalendar' />
|
|
</area>
|
|
</menuPresets>
|
|
</layout>
|
|
</layouts>
|
|
</e107Theme> |