1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Updated example theme.php in _blank theme.

This commit is contained in:
lonalore
2017-01-27 15:05:24 +01:00
parent b0a48418d8
commit 8e4bfcc687

View File

@@ -7,12 +7,12 @@ e107::lan('theme');
e107::meta('viewport', 'width=device-width, initial-scale=1.0');
//e107::meta('apple-mobile-web-app-capable','yes');
e107::js('core','bootstrap/js/bootstrap.min.js');
e107::library('load', 'bootstrap');
//e107::js('theme', 'js/theme.js');
e107::css('core','bootstrap/css/bootstrap-responsive.min.css');
//e107::css('theme','assets/css/style.css');
//e107::css('url', 'external url ');
// e107::css('theme','assets/css/style.css');
// e107::css('url', 'external url ');
// Custom Shortcodes.