Changes

Jump to navigation Jump to search
no edit summary
Line 53: Line 53:     
# .pm file of perl in the controller directory to gather up the content into a data structure (generally a hash or array)
 
# .pm file of perl in the controller directory to gather up the content into a data structure (generally a hash or array)
# .lex or .pm in the I18n/modules directory consisting of translation strings
+
# .lex or .pm in the I18n/modules directory consisting of translation strings. I think that the system will generate the .pm file from the .lex file, but will use a .pm file if it is there (need to  check this with @michel).
# .html.ep file in the themes/default/templates/layout
+
# .html.ep file in the themes/default/templates/layout directory being the top level panel plus includes to subsidiary panels.
 +
# In addition there may be "extra" .html.ep files in the themes/default/templates/layout/partials directory, which are conditionally included in the top level panel code.

Navigation menu