I would like the edit the HTML (usually index.php) file for this template. In most Joomla Templates I've used the index.php file will contain a general layout however in this template (appsite) the intex.php file seems to contain something different. I believe this code is pulling the actual layout:
$layout = $tmpl->getLayout ();
if ($layout) {
$tmpl->display($layout);
}
Where do I go if I need to make changes to the layout of the template? Specifically I need to add a new module position.
Thanks