Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
en:plugins:installation [2016/12/27 11:10] – [Install plugin into an Admidio page] fasse | en:plugins:installation [2018/09/25 22:03] – [How do I update a plugin?] fasse | ||
---|---|---|---|
Line 12: | Line 12: | ||
The installation of a plugin within an Admidio page is really simple. Go to the file **adm_themes/ | The installation of a plugin within an Admidio page is really simple. Go to the file **adm_themes/ | ||
- | <code php><? | + | <code php><? |
If you are within a PHP part of your page than you must only add: | If you are within a PHP part of your page than you must only add: | ||
- | <code php> | + | <code php> |
Now reload the Admidio page and the plugin should be shown.\\ | Now reload the Admidio page and the plugin should be shown.\\ | ||
Line 77: | Line 77: | ||
===== How do I update a plugin? | ===== How do I update a plugin? | ||
- | If there is an update, because of a bug fix, a new feature, or due to an incompatibility with current Admidio version, | + | If there is an update, because of a bug fix, a new feature, or due to an incompatibility with current Admidio version, |