File Structure Print

  • 0

Complete the structure of folders and files. Their functions and variables that are available are described in section available variables.

- /skins/default/style name/ 
- boxes/ templates modules 
- Banner/box.tpl 
- Basket/box.tpl 
- Bestseller/box.tpl 
- Currencies/box.tpl 
- Custom/box.tpl 
- LanguageList/box.tpl 
- Login/box.tpl 
- Menu/box.tpl 
- NewProducts/box.tpl 
- Newsletter/box.tpl 
- Polls/box.tpl 
- Pricelist/box.tpl 
- Producers/box.tpl 
- ProductFilter/box.tpl 
- ProductOfTheDay/box.tpl 
- Recent/box.tpl 
- Search/box.tpl 
- SpecialOffer/box.tpl 
- UsersOnline/box.tpl 
- cache/ place of storage of the compiled templates 
- images/ all graphic style 
- user/ files added to the style by using Control Panel 
- js/ files JavaScript 
- user.js/ your own JS script, edited in the Administration Panel 
- scripts/  style templates 
- basket/ 
- index.tpl 
- step2.tpl 
- address.tpl 
- step3.tpl 
- done.tpl 
- finished.tpl 
- categories/ 
- list.tpl 
- contact/ 
- index.tpl 
- index/ 
- index.tpl 
- info/ 
- index.tpl 
- links/ 
- index.tpl 
- login/ 
- login.tpl 
- passremind.tpl 
- passremind2.tpl 
- register.tpl 
- news/ 
- index.tpl 
- list.tpl 
- newsletter/ 
- unsign.tpl 
- off/ 
- index.tpl 
- panel/ 
- address-edit.tpl 
- address.tpl 
- comments.tpl 
- edit.tpl 
- favourites.tpl 
- index.tpl 
- orders.tpl 
- order.tpl 
- password.tpl 
- payment.tpl 
- plugin/ 
- execute.tpl 
- pricelist/ 
- html.tpl 
- product/ 
- index.tpl 
- list.tpl 
- mailfriend.tpl 
- search.tpl 
- styles/ 
- files CSS 
- user.css 
- own style CSS, to edit in the Panel administrative 
- files.ini a list of files with checksums 
- preview.jpg Preview, used in the Gallery of styles 
- settings.ini - style configuration 

Requires the presence of all files and folders in the list above. As a last resort, you can skip folders modules (boxes), for which we have sure, that will not be used.

All files located in the default styles, but not mentioned in the list above are solely from the same construction style. These are for example. template files as header. tpl or tpl footer.php, placed inside the other using: 

{include file='header.tpl'}

Was this answer helpful?

« Back