From a7b89aa0274a37d74dc03698e2930952e08f1f17 Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 15 Jul 2006 14:19:12 +0000 Subject: [PATCH] Remove CVS $Log$ keywords, since that info is available by doing 'cvs log' and there's no need to ship the changes of 100's of file revisions to all our users. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11400 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/options.tpl | 15 --------------- templates/default/stylelink.tpl | 17 ----------------- templates/default/webmail.tpl | 10 +--------- templates/util_css.php | 10 ---------- 4 files changed, 1 insertion(+), 51 deletions(-) diff --git a/templates/default/options.tpl b/templates/default/options.tpl index 6f7368b5..95b2732e 100644 --- a/templates/default/options.tpl +++ b/templates/default/options.tpl @@ -22,19 +22,4 @@ extract($t); - from function scripts - * - * Revision 1.2 2006/07/13 18:49:44 tokul - * reverting some templating changes. They broke plugin blocks. - * moving display of option blocks to separate template - * - * Revision 1.1 2006/07/09 22:22:31 vanmer - * - initial revision of a template for options output - * - * -**/ diff --git a/templates/default/stylelink.tpl b/templates/default/stylelink.tpl index 0e1e369a..d2df69f5 100644 --- a/templates/default/stylelink.tpl +++ b/templates/default/stylelink.tpl @@ -52,20 +52,3 @@ foreach ($base_css_files as $css_file=>$css_url) { /** output CSS links **/ echo $css_link_html; -/** - * $Log$ - * Revision 1.4 2006/07/15 12:01:19 tokul - * removing trailing ?> from function scripts - * - * Revision 1.3 2006/07/10 15:48:51 vanmer - * - added new utils_css file to contain CSS-related functions for use in templates - * - altered stylelink template to use new util_css.php file for all function definitions - * - * Revision 1.2 2006/07/09 22:37:35 vanmer - * - added variable initalization and check on variable - * - * Revision 1.1 2006/07/09 22:23:03 vanmer - * - intial revision of a template to display CSS links at the top of the page - * - * -**/ diff --git a/templates/default/webmail.tpl b/templates/default/webmail.tpl index 410cc24b..d8e0ecdb 100644 --- a/templates/default/webmail.tpl +++ b/templates/default/webmail.tpl @@ -121,12 +121,4 @@ if($ret != '') { } echo $output . ''; -/** - * $Log$ - * Revision 1.2 2006/07/15 12:01:19 tokul - * removing trailing ?> from function scripts - * - * Revision 1.1 2006/07/09 21:55:33 vanmer - * - Initial revision of a template to render the main squirrelmail HTML (current a frameset) - * -**/ + diff --git a/templates/util_css.php b/templates/util_css.php index d2749183..b0ff1040 100644 --- a/templates/util_css.php +++ b/templates/util_css.php @@ -83,13 +83,3 @@ function css_link($url, $name = null, $alt = true, $mtype = 'screen', $xhtml_end } -/** - * $Log$ - * Revision 1.2 2006/07/15 12:01:19 tokul - * removing trailing ?> from function scripts - * - * Revision 1.1 2006/07/10 15:48:50 vanmer - * - added new utils_css file to contain CSS-related functions for use in templates - * - altered stylelink template to use new util_css.php file for all function definitions - * -**/ -- 2.25.1