Hi, I've downloaded a PHP Joomla template, and I want to remove all PHP/Joomla statements from the code (I want to convert that code to the static HTML code)
I don't know what to do with the e.g.
<jdoc:include type="modules" name="left" style="user" />
<jdoc:include type="modules" name="user4" />
here is the code from the Index.php page: LINK