浏览代码

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.

Thijs Kinkhorst 19 年之前
父节点
当前提交
46f3c9ce66
共有 4 个文件被更改,包括 1 次插入51 次删除
  1. 0 15
      templates/default/options.tpl
  2. 0 17
      templates/default/stylelink.tpl
  3. 1 9
      templates/default/webmail.tpl
  4. 0 10
      templates/util_css.php

+ 0 - 15
templates/default/options.tpl

@@ -22,19 +22,4 @@ extract($t);
 </table>
 </table>
 </td></tr>
 </td></tr>
 </table>
 </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
- *
- *
-**/

+ 0 - 17
templates/default/stylelink.tpl

@@ -52,20 +52,3 @@ foreach ($base_css_files as $css_file=>$css_url) {
 /** output CSS links **/
 /** output CSS links **/
 echo $css_link_html;
 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
- *
- *
-**/

+ 1 - 9
templates/default/webmail.tpl

@@ -121,12 +121,4 @@ if($ret != '') {
 }
 }
 
 
 echo $output . '</frameset>';
 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)
- *
-**/
+

+ 0 - 10
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
- *
-**/