mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Issue #435 - start of Bootstrap 3 core support. Enable by adding the following to your theme.php file:
define("BOOTSTRAP", 3); define("FONTAWESOME", 4); // optional e107::js("url", "//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"); e107::css('url', '//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'); e107::css('url', "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"); // optional
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
define("PRFLAN_1", "Site Information");
|
||||
define("PRFLAN_2", "Site Name");
|
||||
define("PRFLAN_3", "Site URL");
|
||||
define("PRFLAN_4", "Site Link Button");
|
||||
define("PRFLAN_4", "Site Link Icon/Button");
|
||||
define("PRFLAN_5", "Site Tagline");
|
||||
define("PRFLAN_6", "Site Description");
|
||||
define("PRFLAN_7", "Main site admin");
|
||||
|
Reference in New Issue
Block a user