mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Updated Preparing your v1.x themes for v2.x (markdown)
@@ -14,7 +14,7 @@ However, to get the most out of v2.x, we suggest the following changes be made t
|
|||||||
|
|
||||||
* If you have used index.php in your **$CUSTOMPAGES** list, use **FRONTPAGE** instead (see above)
|
* If you have used index.php in your **$CUSTOMPAGES** list, use **FRONTPAGE** instead (see above)
|
||||||
* The function **theme_head()** has been deprecated. Instead, use either e107::css() or e107::js() to include what you require in the header. (see bootstrap or other new core theme for examples)
|
* The function **theme_head()** has been deprecated. Instead, use either e107::css() or e107::js() to include what you require in the header. (see bootstrap or other new core theme for examples)
|
||||||
* Shortcodes need to be set to UPPERCASE in all occurrences in your theme.php file. ($register[] and everywhere else in theme.php)
|
* **Shortcodes** need to be set to **UPPERCASE** in all occurrences in your theme.php file. ($register[] and everywhere else in theme.php)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user