Templates

Templates is a design's base of your site. Its a simple *.php files with some special instructions. If you know html you can edit standart templates html code leaving all code between <?=  =?> unchanged to get site ready to start.

All templates located in inxy/templates folder. Edit this files to change design of your site. Templates examples located in inxy/samples folder.

There are three types of templaes layouts, site, sub:

  • layouts - base (outer) template. Includes header, footer and menu.
  • site - main page body (thumbs or gallery)
  • sub - subtemplates are small pieces if code included in body. E.g thumb or menu.

Templates interaction scheme

Template is an executable php code so you can add any functions you want to you site using php.

Details