From c0f759eb3cffedd2356b9b0d6cf3769df34aae8f Mon Sep 17 00:00:00 2001 From: "http://kerravonsen.dreamwidth.org/" Date: Tue, 3 Apr 2012 01:56:42 -0400 Subject: [PATCH] suggestion about page.tmpl --- doc/todo/break_up_page_template_into_subfiles.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/todo/break_up_page_template_into_subfiles.mdwn diff --git a/doc/todo/break_up_page_template_into_subfiles.mdwn b/doc/todo/break_up_page_template_into_subfiles.mdwn new file mode 100644 index 000000000..1dd9e49cc --- /dev/null +++ b/doc/todo/break_up_page_template_into_subfiles.mdwn @@ -0,0 +1,14 @@ +Wishlist items such as [[Add space before slash in parent links]] would be easier to deal with if the page.tmpl template was broken up into sections and each section had a separate template file which was included in the master page.tmpl file. This would make it easier to customize parts of a page without having to fork the whole page.tmpl and then have things break when there's an update of the master page.tmpl file. + +Suggested sections: + +* page_head.tmpl for the things in the section +* page_header.tmpl for things in the "header" div (which includes the PARENTLINKS loop) +* page_actions.tmpl for the actions section +* page_sidebar.tmpl for the sidebar +* page_content.tmpl for the main content +* page_footer.tmpl for the footer + +Would this work, or would HTML::Template have problems with this? + +-- [[KathrynAndersen]] -- 2.45.1