I’m very fresh to PHP world.
Trying to do as I think very simple thing(?)- include external file in Joomla template.
<?php include_once('templates/' echo $this->template '/includes/footer.php'); ?>
But unfortunately it is not working.
can someone please tell me how correct string should look like?
Thank you in advance
The string should look like this:
The manual on strings in PHP can be found here: String