1
0
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)

CaMer0n
2013-03-13 19:28:10 -07:00
parent 4e113708a0
commit feddcad423

@@ -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.