Integration in Your Joomla Back Office
To insert the Axeptio code into your Joomla project, follow these steps:
1. Log in as an administrator to your Joomla project.
2. In the main navigation menu, go to: **Extensions > Templates > Templates**.
3. Click on your template and select **index.php** from the left menu.
4. Copy and paste the Axeptio code as high as possible within the `<body>` tag.
5. Be sure to replace the `XXX` placeholders with your actual `clientId` and `cookiesVersion`.
<script>
window.axeptioSettings = {
clientId: "XXXX",
cookiesVersion: "XXXX",
};
(function(d, s) {
var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
e.async = true; e.src = "//static.axept.io/sdk.js";
t.parentNode.insertBefore(e, t);
})(document, "script");
</script>
Save by clicking on "Apply".
Your cookie version is now live.