How do I edit the layout for this template? (add new module position)

GK User
Fri Apr 29, 2011 11:59 am
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
User avatar
Fresh Boarder

Konrad M
Fri Apr 29, 2011 12:16 pm
Hi
All layout files you will find in templatesgk_appsitelayoutsblocks
User avatar

GK User
Fri Apr 29, 2011 1:02 pm
Thanks
User avatar
Fresh Boarder

Konrad M
Fri Apr 29, 2011 3:46 pm
I'm glad I could help.
User avatar


cron