📄️ Tracking Code
The Analytics tracking code is a snippet of JavaScript that collects and sends data to Analytics from a website.
📄️ Custom CSS
Astroid Framework allows you to add custom CSS to your Joomla template easily. This is useful for making quick style changes without editing the core template files.
📄️ Custom JavaScript
Astroid Framework allows you to add custom JavaScript to your Joomla template easily. This is useful for adding custom scripts or third-party libraries without editing the core template files.
📄️ Before </head>
Astroid Framework allows you to add custom code before the closing `` tag of your Joomla template. This is useful for adding scripts, styles, or other code that needs to be loaded in the head section of your HTML document.
📄️ Before </body>
Astroid Framework allows you to add custom code before the closing `` tag of your Joomla template. This is useful for adding scripts, styles, or other code that needs to be loaded at the end of the HTML document.