Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
en:plugins:installation [2016/12/27 11:10] – [Install plugin into an Admidio page] fasseen:plugins:installation [2016/12/31 08:51] – [Install plugin into an Admidio page] fasse
Line 12: Line 12:
  
 The installation of a plugin within an Admidio page is really simple. Go to the file **adm_themes/modern/my_body_bottom.php** and add at the corresponding place the following code: The installation of a plugin within an Admidio page is really simple. Go to the file **adm_themes/modern/my_body_bottom.php** and add at the corresponding place the following code:
-<code php><?php include(ADMIDIO_PATH . FOLDER_PLUGINS . '/adm_plugins/birthday/birthday.php'); ?></code>+<code php><?php include(ADMIDIO_PATH . FOLDER_PLUGINS . '/birthday/birthday.php'); ?></code>
 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>include(ADMIDIO_PATH . FOLDER_PLUGINS . '/adm_plugins/birthday/birthday.php');</code>+<code php>include(ADMIDIO_PATH . FOLDER_PLUGINS . '/birthday/birthday.php');</code>
  
 Now reload the Admidio page and the plugin should be shown.\\   Now reload the Admidio page and the plugin should be shown.\\  
  • en/plugins/installation.txt
  • Last modified: 2021/09/22 11:09
  • by fasse