Hi, I’m relatively new too the J3 Framework. I recently was having problems with customs params saving etc. So i decided to go an extra step. I made a little tool that chages colors etc via javascript inside a form which processes via php_self. In the index.php template file, I check if the form was submitted and update a custom ini file. This works fine however I created a class inside my template directory that will parse the ini and return the values etc. I can get the class if its imported on the same block, otherwise it will not recognise the class even if the class was initiated in index.php. How do i go about having my values passing through the whole template including all blocks without having to import the file each time? thanks…