diff options
Diffstat (limited to 'phpBB/includes/template.php')
-rw-r--r-- | phpBB/includes/template.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 3a15710a2c..d27a3e4259 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -1,6 +1,6 @@ <?php /*************************************************************************** - * template.inc + * template.php * ------------------- * begin : Saturday, Feb 13, 2001 * copyright : (C) 2001 The phpBB Group @@ -475,4 +475,4 @@ class Template { } -?>
\ No newline at end of file +?> |