diff options
Diffstat (limited to 'modules/admin/pages')
-rw-r--r-- | modules/admin/pages/functions.php | 5 | ||||
-rw-r--r-- | modules/admin/pages/index.php | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/modules/admin/pages/functions.php b/modules/admin/pages/functions.php index f71f90f..3507a5d 100644 --- a/modules/admin/pages/functions.php +++ b/modules/admin/pages/functions.php @@ -1,7 +1,7 @@ <?php /** * Bayonet Content Management System - * Copyright (C) 2008 Joseph Hunkeler + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell * * 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 @@ -15,7 +15,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ + /** * Note to anyone feeling the need to edit this file... diff --git a/modules/admin/pages/index.php b/modules/admin/pages/index.php index cb36250..737ad8b 100644 --- a/modules/admin/pages/index.php +++ b/modules/admin/pages/index.php @@ -1,7 +1,7 @@ <?php /** * Bayonet Content Management System - * Copyright (C) 2008 Joseph Hunkeler + * Copyright (C) 2008-2011 Joseph Hunkeler & Evan O'Connell * * 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 @@ -15,8 +15,9 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - ?> + */ + +?> <div class="maincontent"> <fieldset style="height:500px"> |