stas 02/02/22 02:08:31
Modified: tmpl/custom/html head index page
Log:
- get rid of empty lines at the top of the HTML pages
- start getting rid of splash, we don't use it
Revision Changes Path
1.4 +2 -1 modperl-docs/tmpl/custom/html/head
Index: head
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- head 5 Feb 2002 17:04:27 -0000 1.3
+++ head 22 Feb 2002 10:08:31 -0000 1.4
@@ -1,4 +1,5 @@
-[%#
+[%-
+ #
# head: standard header for HTML pages
# ARGS:
# title # page title
1.13 +0 -5 modperl-docs/tmpl/custom/html/index
Index: index
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- index 22 Feb 2002 09:09:50 -0000 1.12
+++ index 22 Feb 2002 10:08:31 -0000 1.13
@@ -1,8 +1,3 @@
-[% PROCESS splash/config;
- splash.images = "$doc.dir.abs_doc_root/images/splash";
- splash.fg = 'mauve';
- splash.bg = 'lilac';
--%]
[% INCLUDE head
paget = doc.meta.title
title = "mod_perl: $paget"
1.15 +0 -7 modperl-docs/tmpl/custom/html/page
Index: page
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- page 22 Feb 2002 08:59:39 -0000 1.14
+++ page 22 Feb 2002 10:08:31 -0000 1.15
@@ -1,15 +1,8 @@
-[% PROCESS splash/config;
- splash.images = "$doc.dir.abs_doc_root/images/splash";
- splash.fg = 'mauve';
- splash.bg = 'lilac';
--%]
-
[% INCLUDE head
paget = doc.meta.title
title = "mod_perl: $paget"
content = ''
-%]
-
<!-- Swishcommand noindex -->
<!-- left box (NAV)-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]