mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
_blank theme tweak
This commit is contained in:
parent
bc996f7721
commit
5d19d0a70f
@ -7,7 +7,9 @@ e107::lan('theme');
|
||||
e107::meta('viewport', 'width=device-width, initial-scale=1.0');
|
||||
//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');
|
||||
|
||||
|
@ -16,6 +16,10 @@
|
||||
<word>empty</word>
|
||||
<word>template</word>
|
||||
</keywords>
|
||||
<libraries>
|
||||
<library name="bootstrap" version="3" scope="all"/>
|
||||
<library name="fontawesome" scope="all"/>
|
||||
</libraries>
|
||||
<layouts>
|
||||
<layout name='default' title='Default' default='true' />
|
||||
<layout name='home' title='Home'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user