Преглед на файлове

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>
 </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
- *
- *
-**/

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

+ 1 - 9
templates/default/webmail.tpl

@@ -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)
- *
-**/
+

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