This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".  
Status: 2022-08-12

Frontend

myMVC makes use of the robust Smarty Template Engine.
All Templates you define in your module's template folder.

myMVC provides a standard set of template files when you create your module via myMVC.phar (see: Creating a Module]). Below you can see the directory structure of the standard set of templates.

templates directory structure

modules/Foo/templates/
└── Frontend
    ├── content
    │   ├── 404.tpl
    │   ├── _cookieConsent.tpl
    │   ├── index.tpl
    │   └── _noscript.tpl
    └── layout
        ├── footer.tpl
        ├── header.tpl
        ├── index.tpl
        └── menu.tpl

Smarty
For more Information about how to code templates with powerful Smarty Template Engine please visit the official Website https://www.smarty.net/