Index: openacs-4/packages/acs-core-docs/www/xml/engineering-standards/filenaming.xml
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/engineering-standards/filenaming.xml,v
diff -u -r1.6 -r1.6.12.1
--- openacs-4/packages/acs-core-docs/www/xml/engineering-standards/filenaming.xml 17 Jul 2006 05:38:37 -0000 1.6
+++ openacs-4/packages/acs-core-docs/www/xml/engineering-standards/filenaming.xml 28 Sep 2013 15:45:32 -0000 1.6.12.1
@@ -377,14 +377,13 @@
combining the two operations.
-
For example:
-set page_content "[ad_header "Page Title"]
+set page_content "Page Title]
<h2>Page Title</h2>
@@ -430,16 +429,6 @@
should be used rarely, only when they are exceedingly useful.
-
-All files that prepare HTML to display should end with [ad_footer] or
-[module_footer]. If your module requires its own footer,
-this footer should call ad_footer within it. Why? Because when we
-adapt the ACS to a new site, it is often the case that the client will
-want a much fancier display than the ACS standard. We like to be able to
-edit ad_header (which quite possibly can start a <table>) and
-ad_footer (which may need to end the table started in ad_footer) to
-customize the look and feel of the entire site.
-