diff options
author | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-18 18:41:57 -0400 |
---|---|---|
committer | 3rd Infantry Division <thirdid@3rd-infantry-division.org> | 2011-04-18 18:41:57 -0400 |
commit | eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a (patch) | |
tree | 5d99f21c01f8ed598631456acf3e0f576b6e610b /themes/default | |
parent | 55111dfa67353632608240a13c0fcc7b47b1c843 (diff) | |
download | bayonetcms-eb5ec4457a826bf6edadc9fa1816fac94d4a5c6a.tar.gz |
Adjusted the Bayonet license (some files may have been missed)
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/footer.php | 6 | ||||
-rw-r--r-- | themes/default/header.php | 6 | ||||
-rw-r--r-- | themes/default/include/functions.php | 20 | ||||
-rw-r--r-- | themes/default/index.php | 21 | ||||
-rw-r--r-- | themes/default/navigation.php | 24 |
5 files changed, 57 insertions, 20 deletions
diff --git a/themes/default/footer.php b/themes/default/footer.php index e971b9f..8c9d3de 100644 --- a/themes/default/footer.php +++ b/themes/default/footer.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,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ $phpversion = preg_replace('/[a-z-]/', '', phpversion()); $mtime = explode(' ', microtime()); @@ -50,4 +50,4 @@ $debug_output = sprintf("Page generated in %.3f seconds | Memory: real(%.3fmb) p </body> </html> <?php ob_flush();?> -
\ No newline at end of file + diff --git a/themes/default/header.php b/themes/default/header.php index 76dc2f9..a9b043b 100644 --- a/themes/default/header.php +++ b/themes/default/header.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,7 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ + */ global $config; ob_start(); @@ -37,4 +37,4 @@ $starttime = $starttime[1] + $starttime[0]; <link rel="stylesheet" type="text/css" href="<?php echo self::$primary_css; ?>" media="screen"/> </head> -<body>
\ No newline at end of file +<body> diff --git a/themes/default/include/functions.php b/themes/default/include/functions.php index 4a401fd..4aeeb14 100644 --- a/themes/default/include/functions.php +++ b/themes/default/include/functions.php @@ -1,4 +1,22 @@ <?php +/** + * Bayonet Content Management System + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + /* EVERY THEME SHOULD HAVE THIS FILE WITH THE FUNCTIONS OPENCONTENT() & CLOSECONTENT() */ @@ -37,4 +55,4 @@ CloseContent(); } -?>
\ No newline at end of file +?> diff --git a/themes/default/index.php b/themes/default/index.php index 3d02ec1..3da1144 100644 --- a/themes/default/index.php +++ b/themes/default/index.php @@ -1,11 +1,20 @@ <?php /** - * Bayonet Conent Management System - * Copyright (C) Joseph Hunkeler & Evan O'Connell - * - * Purpose of this software is to allow users to manage their website - * with ease and without needing to have any coding knowledge in order - * to maintain it. Visit [link] for any updates or feedback. + * Bayonet Content Management System + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Begin try/catch block */ diff --git a/themes/default/navigation.php b/themes/default/navigation.php index 5765712..d90365a 100644 --- a/themes/default/navigation.php +++ b/themes/default/navigation.php @@ -1,13 +1,23 @@ <?php /** - * Bayonet Conent Management System - * Copyright (C) Joseph Hunkeler & Evan O'Connell - * - * Purpose of this software is to allow users to manage their website - * with ease and without needing to have any coding knowledge in order - * to maintain it. Visit www.eodesign.com/cms for any updates or feedback. + * Bayonet Content Management System + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - ?> + +?> <table border="0" cellspacing="0" class="navLinks"> <tr> <td> <a href="index.php">HOME</a> </td> |