1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Updated Preparing your v1.x themes for v2.x (markdown)

Moc
2013-03-31 02:39:10 -07:00
parent 1d06056d44
commit 3da8c0747a

@@ -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)
* 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)