Go to the first, previous, next, last section, table of contents.


Template configuration file

`style (optional, nested)'
Maps template file names according to style names. The structure of this nested instruction is as follows:
style
        stylename
                templatepath = othertemplatepath
                ...
        end
        ...
The templatepath must be a template path name as defined for the current application, See section Template files introduction.
#
# Templates system configuration
#
#
style
        liensacteur
                cbrowse_root.html = liensacteurtop.html
                cbrowse.html = liensacteur.html
        end
        lienstheme
                cbrowse_root.html = liensthemetop.html
                cbrowse.html = lienstheme.html
        end
        liensalpha
                calpha_root.html = liensalphatop.html
                calpha.html = liensalpha.html
        end
end


Go to the first, previous, next, last section, table of contents.