twostep
Newbie
Karma: 1
Offline
Posts: 19
|
 |
« Reply #1 on: August 06, 2008, 15:11 » |
|
The engine for SS seems to be in ../store/index.php but we have no access to that or the other *.php's because it's binary encoded with the zend optimizer. It's the proprietary stuff that runs the show. The home page is really created from the template you have selected in shop setup preferences.
I have the default template so my store is using ../store/templates/default/home.tpl along with header.tpl and footer.tpl for the basic layout. That's where I put my layout changes and additions.
|