mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 04:32:01 +02:00
Update theme.php
OK, added font awesome 4.3. Now the font icons are OK in forum. The theme need some css adjusts too if use old bootstrap. Maybe custom forum template files with old bootstrap classes in the theme folder?
This commit is contained in:
parent
ced9f6c55b
commit
2fd72d0fd0
@ -3,7 +3,8 @@ if ( ! defined('e107_INIT')) { exit(); }
|
||||
/*
|
||||
* This is a 100% Pure Bootstrap Theme for e107 v2
|
||||
*/
|
||||
define('BOOTSTRAP',true);
|
||||
define("BOOTSTRAP",true);
|
||||
define("FONTAWESOME", 4);
|
||||
define("VIEWPORT", "width=device-width, initial-scale=1.0");
|
||||
define("BODYTAG", '<body data-spy="scroll" data-target=".bs-docs-sidebar" >');
|
||||
|
||||
@ -43,7 +44,7 @@ else
|
||||
|
||||
e107::css('bootstrap','bootstrap-responsive.min.css');
|
||||
e107::css('bootstrap','jquery-ui.custom.css');
|
||||
e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
|
||||
e107::css('url', "https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");
|
||||
|
||||
e107::css('theme', 'js/google-code-prettify/prettify.css');
|
||||
e107::js('theme', "js/google-code-prettify/prettify.js");
|
||||
@ -537,4 +538,4 @@ $NEWSCAT_ITEM = "\n\n\n\n<!-- News Category Item -->\n\n\n\n
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user