mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 22:27:34 +02:00
Updated Preparing your v1.x plugin(s) for v2.x (markdown)
@@ -5,9 +5,9 @@ However, to get the most out of v2.x, we suggest the following changes be made t
|
||||
### CSS
|
||||
e107 v2.x follows the [bootstrap standard](http://twitter.github.com/bootstrap/base-css.html) for css.
|
||||
As a quick reference:
|
||||
* **<input class='button'** should become **<input class='btn button'**
|
||||
* **<table class='fborder'** should become **<table class='table fborder'**
|
||||
|
||||
**class='button'** should become **class='btn button'**
|
||||
**<table class='fborder'** should become **<table class='table fborder'**
|
||||
### Templates
|
||||
e107 v2.x uses a new template loading system.
|
||||
Plugin templates should be stored in **e107_plugins/yourplugin/templates/** by default.
|
||||
|
Reference in New Issue
Block a user