The first stage of configuration depends on how you wish to use InterJinn. The
framework will happily function as an automatically prepended/appended system
via your php.ini file. Alternatively if you are
using the JinnTemplate system then you can just add the <jinn:prepend/> and <jinn:append/> tags
to your main template (see the TemplateJinn Documentation for more information).
You will need to add or update the following configuration value in your
php.ini to enable the auto-prepend feature:
auto_prepend_file = /PATH_TO_PROJECT_CONFIG/projectConfig.inc
And the following configuration value will also need to be added or updated:
auto_append_file = /INTERJINN/append.inc