Remove CVS $Log$ keywords, since that info is available by doing 'cvs log'
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 15 Jul 2006 14:19:12 +0000 (14:19 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 15 Jul 2006 14:19:12 +0000 (14:19 +0000)
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
templates/default/stylelink.tpl
templates/default/webmail.tpl
templates/util_css.php

index 6f7368b5e54cb426d935d0f85b8c735150c68ae1..95b2732e6a23112cb4806a5c8c885b26ac922a48 100644 (file)
@@ -22,19 +22,4 @@ extract($t);
 </table>
 </td></tr>
 </table>
-<?php
 
-/**
- * $Log$
- * Revision 1.3  2006/07/15 12:01:19  tokul
- * removing trailing ?> 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
- *
- *
-**/
index 0e1e369a7bd07c6dcb27aa60aedd0e74dd442ab2..d2df69f53a67705793dae01f479578d22b24d626 100644 (file)
@@ -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
- *
- *
-**/
index 410cc24b0e431509ee93b14386d6662c89313d0e..d8e0ecdbb93e3e6438c838f380ba35633aa52bba 100644 (file)
@@ -121,12 +121,4 @@ if($ret != '') {
 }
 
 echo $output . '</frameset>';
-/**
- * $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)
- *
-**/
+
index d274918344f7e621b907a52a88feccae8d379795..b0ff1040378088ae87e3c07d13992f64a41a23f8 100644 (file)
@@ -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
- *
-**/