diff options
Diffstat (limited to 'phpBB/includes/template.inc')
-rw-r--r-- | phpBB/includes/template.inc | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/phpBB/includes/template.inc b/phpBB/includes/template.inc index 1255937aeb..fd25a0cbfb 100644 --- a/phpBB/includes/template.inc +++ b/phpBB/includes/template.inc @@ -1,7 +1,26 @@ <?php - -// (insert phpBB file header here) - +/*************************************************************************** + * template.inc + * ------------------- + * begin : Saturday, Feb 13, 2001 + * copyright : (C) 2001 The phpBB Group + * email : support@phpbb.com + * + * $Id$ + * + * + ***************************************************************************/ + +/*************************************************************************** + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * + ***************************************************************************/ + /** * Template class. By Nathan Codding of the phpBB group. * The interface was originally inspired by PHPLib templates, |