Step 7
How to create a public page-layout? (just some notes at the moment)
- To get an idea how to easily built up a customized layout for your
website, you'll can check iungo/custom/templates/pageTemplate for a
simply, but ugly example.
- Simply edit iungo/index_html (the central controller
PythonScript) and change USE_CUSTOM_LAYOUT = 1. Then you'll see the public
layout in View-Mode and the iungo-Desktop in the Edit-Mode.
|