I have a Joomla 3.9.26 site with CB 2.6.0 installed.
I need to make some little update on the User Profile page.
This is the url of the page:
index.php?option=com_comprofiler&task=userProfile&user=1382&Itemid=166&stp=1 or also
index.php?option=com_comprofiler&task=userProfile&user=1382&Itemid=166&stp=0 Which php file do I have to edit? Consider also that the changes to the layout are based on the "stp" parameter in the query string. So how can I get its value inside the layout template?