mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
_blank theme tweak
This commit is contained in:
@@ -7,7 +7,9 @@ e107::lan('theme');
|
|||||||
e107::meta('viewport', 'width=device-width, initial-scale=1.0');
|
e107::meta('viewport', 'width=device-width, initial-scale=1.0');
|
||||||
//e107::meta('apple-mobile-web-app-capable','yes');
|
//e107::meta('apple-mobile-web-app-capable','yes');
|
||||||
|
|
||||||
e107::library('load', 'bootstrap');
|
//e107::library('load', 'bootstrap');
|
||||||
|
|
||||||
|
define('BOOTSTRAP', 3);
|
||||||
|
|
||||||
//e107::js('theme', 'js/theme.js');
|
//e107::js('theme', 'js/theme.js');
|
||||||
|
|
||||||
|
@@ -16,6 +16,10 @@
|
|||||||
<word>empty</word>
|
<word>empty</word>
|
||||||
<word>template</word>
|
<word>template</word>
|
||||||
</keywords>
|
</keywords>
|
||||||
|
<libraries>
|
||||||
|
<library name="bootstrap" version="3" scope="all"/>
|
||||||
|
<library name="fontawesome" scope="all"/>
|
||||||
|
</libraries>
|
||||||
<layouts>
|
<layouts>
|
||||||
<layout name='default' title='Default' default='true' />
|
<layout name='default' title='Default' default='true' />
|
||||||
<layout name='home' title='Home'>
|
<layout name='home' title='Home'>
|
||||||
|
Reference in New Issue
Block a user