stas 02/04/18 21:13:26 Modified: tmpl/custom/html index_body Log: - move abstract to top and index_top content after it (abstract generally gives a more general introduction than index_top). Submitted by: Per Einar Ellefsen <[EMAIL PROTECTED]> Revision Changes Path 1.15 +4 -4 modperl-docs/tmpl/custom/html/index_body Index: index_body =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_body,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- index_body 8 Apr 2002 10:52:55 -0000 1.14 +++ index_body 19 Apr 2002 04:13:26 -0000 1.15 @@ -10,12 +10,12 @@ <!-- content begin --> [%- - IF doc.body.top; - "${doc.body.top}\n"; - END; - IF doc.meta.abstract; "<p>${doc.meta.abstract}</p>\n"; + END; + + IF doc.body.top; + "${doc.body.top}\n"; END; PROCESS index_toc toc=doc.toc;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]