mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Updated Preparing your v1.x themes for v2.x (markdown)
@@ -14,6 +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)
|
||||
* 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: $register[] = and everywhere else in theme.php
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user