Switch the 'modify' code of admin/field.php to use templates
[bugdar.git] / help.php
index f198342f514ab224fb1ed5ec4834ec4e0af57948..29ed753dfc49b9be02d9e7f07156b385a4d3f63e 100644 (file)
--- a/help.php
+++ b/help.php
@@ -2,7 +2,7 @@
 /*=====================================================================*\
 || ###################################################################
 || # Bugdar
-|| # Copyright ©2002-2007 Blue Static
+|| # Copyright (c)2004-2009 Blue Static
 || #
 || # This program is free software; you can redistribute it and/or modify
 || # it under the terms of the GNU General Public License as published by
@@ -23,7 +23,6 @@ $fetchtemplates = array(
        'help_window'
 );
 
-define('SVN', '$Id$');
 
 require_once('./global.php');
 
@@ -42,10 +41,4 @@ $tpl = new BSTemplate('help_window');
 $tpl->vars = array('topic' => $topic);
 $tpl->evaluate()->flush();
 
-/*=====================================================================*\
-|| ###################################################################
-|| # $HeadURL$
-|| # $Id$
-|| ###################################################################
-\*=====================================================================*/
 ?>
\ No newline at end of file