forked from rho_n/hpr_generator
24 lines
527 B
INI
24 lines
527 B
INI
|
# Configure the navigation menu and the content templates for each page
|
||
|
# of the site:
|
||
|
# [page_name]
|
||
|
# navigation: <name of navigation template>
|
||
|
# content: <name of page content template>
|
||
|
|
||
|
[index]
|
||
|
naviation: navigation-main.tpl.html
|
||
|
content: content-index.tpl.html
|
||
|
|
||
|
[about]
|
||
|
navigation: navigation-about.tpl.html
|
||
|
content: content-about.tpl.html
|
||
|
|
||
|
[correspondents]
|
||
|
navigation: navigation-about.tpl.html
|
||
|
content: content-correspondents.tpl.html
|
||
|
|
||
|
[contact]
|
||
|
navigation: navigation-about.tpl.html
|
||
|
content: content-contact.tpl.html
|
||
|
|
||
|
|